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:
@@ -4,6 +4,7 @@ bridge-utils
|
||||
chrony
|
||||
command-not-found
|
||||
console-setup
|
||||
cpufrequtils
|
||||
cron
|
||||
curl
|
||||
dbus-user-session
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
gpiod
|
||||
cpufrequtils
|
||||
nocache
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
gpiod
|
||||
cpufrequtils
|
||||
mtd-utils
|
||||
nocache
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
gpiod
|
||||
cpufrequtils
|
||||
mtd-utils
|
||||
nocache
|
||||
|
||||
@@ -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