include: mv luci-app-cpufreq to target profiles

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2022-09-05 13:15:39 +08:00
parent a448404b7f
commit d59a2545a9
7 changed files with 11 additions and 7 deletions

View File

@@ -56,7 +56,6 @@ DEFAULT_PACKAGES.tweak:=\
kmod-nf-nathelper \
kmod-nf-nathelper-extra \
luci \
luci-app-cpufreq \
luci-app-filetransfer \
luci-app-turboacc \
luci-compat \

View File

@@ -26,7 +26,8 @@ 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 e2fsprogs autocore-arm
partx-utils mkf2fs e2fsprogs \
autocore-arm luci-app-cpufreq
KERNELNAME:=Image dtbs

View File

@@ -19,6 +19,7 @@ DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
kmod-ath10k-ct wpad-openssl \
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct \
autocore-arm e2fsprogs uboot-envtools
e2fsprogs uboot-envtools \
autocore-arm luci-app-cpufreq
$(eval $(call BuildTarget))

View File

@@ -20,6 +20,7 @@ DEFAULT_PACKAGES += \
kmod-ata-ahci kmod-ata-ahci-platform \
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 autocore-arm
kmod-ath10k-ct wpad-openssl uboot-envtools \
autocore-arm luci-app-cpufreq
$(eval $(call BuildTarget))

View File

@@ -13,6 +13,7 @@ KERNEL_TESTING_PATCHVER:=5.4
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug
kmod-leds-gpio kmod-gpio-button-hotplug \
autocore-arm luci-app-cpufreq
$(eval $(call BuildTarget))

View File

@@ -16,7 +16,7 @@ endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug \
automount autocore-arm fdisk e2fsprogs ethtool
automount autocore-arm fdisk e2fsprogs ethtool luci-app-cpufreq
KERNELNAME:=Image dtbs

View File

@@ -24,7 +24,8 @@ KERNELNAME:=zImage dtbs
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += autocore-arm uboot-envtools
DEFAULT_PACKAGES += uboot-envtools
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
DEFAULT_PACKAGES += autocore-arm luci-app-cpufreq
$(eval $(call BuildTarget))