mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -242,7 +242,7 @@ function reversion_armbian-bsp-cli_deb_contents() {
|
|||||||
depends_base_files=""
|
depends_base_files=""
|
||||||
fi
|
fi
|
||||||
cat <<- EOF >> "${control_file_new}"
|
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})
|
Replaces: zram-config, armbian-bsp-cli-${BOARD}${EXTRA_BSP_NAME} (<< ${REVISION})
|
||||||
Breaks: armbian-bsp-cli-${BOARD}${EXTRA_BSP_NAME} (<< ${REVISION})
|
Breaks: armbian-bsp-cli-${BOARD}${EXTRA_BSP_NAME} (<< ${REVISION})
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user