mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Replace bsdmainutils with bsdextrautils
This commit is contained in:
@@ -53,12 +53,6 @@ esac
|
|||||||
|
|
||||||
prepare_boot_configuration
|
prepare_boot_configuration
|
||||||
|
|
||||||
function add_host_dependencies__collabora_kernel() {
|
|
||||||
[[ "${BRANCH}" != "collabora" ]] && return 0
|
|
||||||
display_alert "Extra deps for collabora kernels" "bsdextrautils" "debug"
|
|
||||||
export EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} bsdextrautils" # @TODO: convert to array later
|
|
||||||
}
|
|
||||||
|
|
||||||
family_tweaks_bsp() {
|
family_tweaks_bsp() {
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -179,7 +179,7 @@ function adaptative_prepare_host_dependencies() {
|
|||||||
# big bag of stuff from before
|
# big bag of stuff from before
|
||||||
bc binfmt-support
|
bc binfmt-support
|
||||||
bison
|
bison
|
||||||
bsdmainutils
|
bsdextrautils
|
||||||
libc6-dev make dpkg-dev gcc # build-essential, without g++
|
libc6-dev make dpkg-dev gcc # build-essential, without g++
|
||||||
ca-certificates ccache cpio
|
ca-certificates ccache cpio
|
||||||
device-tree-compiler dialog dirmngr dosfstools
|
device-tree-compiler dialog dirmngr dosfstools
|
||||||
|
|||||||
Reference in New Issue
Block a user