target: add cpufreq to default packages
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
f8d068cd36
commit
3bc7cfe092
@ -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
|
||||
|
||||
|
||||
@ -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))
|
||||
|
||||
@ -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))
|
||||
|
||||
@ -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))
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user