target: add cpufreq to default packages

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-02-13 14:13:25 +08:00
parent f8d068cd36
commit 3bc7cfe092
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
6 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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))

View File

@ -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))

View File

@ -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))

View File

@ -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

View File

@ -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))