Skip to content

Commit 0ac41c8

Browse files
committed
fix armbian-bsp-cli's dependency on armbian-bsp-generic to include BRANCH
1 parent ee7a4dd commit 0ac41c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/functions/bsp/armbian-bsp-cli-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ function reversion_armbian-bsp-cli_deb_contents() {
391391
depends_base_files=""
392392
fi
393393
cat <<- EOF >> "${control_file_new}"
394-
Depends: armbian-bsp-generic, bash, linux-base, u-boot-tools, initramfs-tools, lsb-release, fping, device-tree-compiler${depends_base_files}
394+
Depends: armbian-bsp-generic-${BRANCH}, bash, linux-base, u-boot-tools, initramfs-tools, lsb-release, fping, device-tree-compiler${depends_base_files}
395395
Replaces: zram-config, armbian-bsp-cli-${BOARD}${EXTRA_BSP_NAME} (<< ${REVISION})
396396
Breaks: armbian-bsp-cli-${BOARD}${EXTRA_BSP_NAME} (<< ${REVISION})
397397
Provides: armbian-bsp-cli

0 commit comments

Comments
 (0)