Skip to content

Commit 07b4747

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 60a2ff7 commit 07b4747

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
@@ -63,6 +63,7 @@ install_linux_image () {
6363
*)
6464
source_image_path="./$board.itb"
6565
installed_image_path=boot/$board-${KERNELRELEASE}.itb
66+
DTBFILE=""
6667
case $board in
6768
bpi-r2)
6869
mkdir -p "${pdir}/boot/bananapi/$board/linux/dtb"

0 commit comments

Comments
 (0)