mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Remove cpufrequtils from trixie as its not / will not be present anymore (#5881)
* Remove cpufrequtils from trixie as its not / will not be present anymore * Remove aggregation hacks for cpufrequtils while adding another condition
This commit is contained in:
@@ -281,6 +281,8 @@ function do_main_configuration() {
|
||||
declare -g -r PACKAGE_LIST_FAMILY="${PACKAGE_LIST_FAMILY}"
|
||||
declare -g -r PACKAGE_LIST_FAMILY_REMOVE="${PACKAGE_LIST_FAMILY_REMOVE}"
|
||||
|
||||
if [[ $RELEASE == trixie || $ARCH == riscv64 ]]; then remove_packages "cpufrequtils"; fi # this will remove from rootfs as well
|
||||
|
||||
display_alert "Done with do_main_configuration" "do_main_configuration" "debug"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user