Skip to content

Commit ba27289

Browse files
committed
kdeb: fix deb build for R3+R4
due to the set +u unassigned variables will be handled as error and so build fails.
1 parent 006faf9 commit ba27289

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/package/builddeb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ install_linux_image () {
6161
*)
6262
source_image_path="./$board.itb"
6363
installed_image_path=boot/$board-${KERNELRELEASE}.itb
64+
DTBFILE=""
6465
case $board in
6566
bpi-r2)
6667
mkdir -p "${pdir}/boot/bananapi/$board/linux/dtb"

0 commit comments

Comments
 (0)