From 3bc7cfe0923ea23626a4e8c666c4a4b64a78f195 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 13 Feb 2024 14:13:25 +0800 Subject: [PATCH] target: add cpufreq to default packages Signed-off-by: Tianling Shen --- target/linux/bcm27xx/Makefile | 2 +- target/linux/ipq40xx/Makefile | 2 +- target/linux/ipq806x/Makefile | 2 +- target/linux/qualcommax/Makefile | 3 ++- target/linux/rockchip/Makefile | 2 +- target/linux/sunxi/Makefile | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/target/linux/bcm27xx/Makefile b/target/linux/bcm27xx/Makefile index f017f929c3..bdcd99585e 100644 --- a/target/linux/bcm27xx/Makefile +++ b/target/linux/bcm27xx/Makefile @@ -26,7 +26,7 @@ DEFAULT_PACKAGES += \ kmod-usb-hid \ kmod-sound-core kmod-sound-arm-bcm2835 \ kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \ - partx-utils mkf2fs automount + partx-utils mkf2fs automount cpufreq KERNELNAME:=Image dtbs diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 59e168c126..a3eeb7bd4a 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -18,6 +18,6 @@ DEFAULT_PACKAGES += \ kmod-leds-gpio kmod-gpio-button-hotplug \ kmod-ath10k-ct wpad-openssl \ kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct \ - uboot-envtools automount + uboot-envtools automount cpufreq $(eval $(call BuildTarget)) diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 87ada0d9a5..5f2567cde2 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -21,6 +21,6 @@ DEFAULT_PACKAGES += \ kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \ kmod-phy-qcom-ipq806x-usb kmod-usb3 kmod-usb-dwc3-qcom \ kmod-ath10k-ct wpad-openssl uboot-envtools \ - automount + automount cpufreq $(eval $(call BuildTarget)) diff --git a/target/linux/qualcommax/Makefile b/target/linux/qualcommax/Makefile index a15e7fdd39..6513fb6269 100644 --- a/target/linux/qualcommax/Makefile +++ b/target/linux/qualcommax/Makefile @@ -16,6 +16,7 @@ DEFAULT_PACKAGES += \ kmod-leds-gpio kmod-gpio-button-hotplug \ kmod-qca-nss-dp qca-ssdk-shell \ kmod-ath11k-ahb wpad-openssl \ - uboot-envtools automount losetup + uboot-envtools losetup \ + automount cpufreq $(eval $(call BuildTarget)) diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index 64886c3766..55106e545b 100644 --- a/target/linux/rockchip/Makefile +++ b/target/linux/rockchip/Makefile @@ -16,7 +16,7 @@ endef include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += uboot-envtools partx-utils mkf2fs kmod-gpio-button-hotplug \ - automount fdisk + fdisk automount cpufreq KERNELNAME:=Image dtbs diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index fcbe3f7771..0c9ef04f09 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -26,6 +26,6 @@ KERNELNAME:=zImage dtbs include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += uboot-envtools -DEFAULT_PACKAGES += partx-utils mkf2fs automount +DEFAULT_PACKAGES += partx-utils mkf2fs automount cpufreq $(eval $(call BuildTarget))