From 1341c19ef4b7e083d085c4f6770cd35215a8a307 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 22 Jun 2024 15:32:54 +0200 Subject: [PATCH] add device-tree-overlay to bsp-cli debian dependencies (#6779) Fixes issue: [AR-2381](https://armbian.atlassian.net/browse/AR-2381) --- lib/functions/bsp/armbian-bsp-cli-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/bsp/armbian-bsp-cli-deb.sh b/lib/functions/bsp/armbian-bsp-cli-deb.sh index d72024145a1c..fe3b7ef491b7 100644 --- a/lib/functions/bsp/armbian-bsp-cli-deb.sh +++ b/lib/functions/bsp/armbian-bsp-cli-deb.sh @@ -242,7 +242,7 @@ function reversion_armbian-bsp-cli_deb_contents() { depends_base_files="" fi cat <<- EOF >> "${control_file_new}" - Depends: bash, linux-base, u-boot-tools, initramfs-tools, lsb-release, fping${depends_base_files} + Depends: bash, linux-base, u-boot-tools, initramfs-tools, lsb-release, fping${depends_base_files}, device-tree-compiler Replaces: zram-config, armbian-bsp-cli-${BOARD}${EXTRA_BSP_NAME} (<< ${REVISION}) Breaks: armbian-bsp-cli-${BOARD}${EXTRA_BSP_NAME} (<< ${REVISION}) EOF