add device-tree-overlay to bsp-cli debian dependencies (#6779)

Fixes issue: [AR-2381](https://armbian.atlassian.net/browse/AR-2381)
This commit is contained in:
Alex
2024-06-22 15:32:54 +02:00
committed by GitHub
parent 8ccec185be
commit 1341c19ef4

View File

@@ -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