From d59a2545a925f2db60406356cbf6562d4c3e6844 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 5 Sep 2022 13:15:39 +0800 Subject: [PATCH] include: mv luci-app-cpufreq to target profiles Signed-off-by: Tianling Shen --- include/target.mk | 1 - target/linux/bcm27xx/Makefile | 3 ++- target/linux/ipq40xx/Makefile | 3 ++- target/linux/ipq806x/Makefile | 3 ++- target/linux/mediatek/Makefile | 3 ++- target/linux/rockchip/Makefile | 2 +- target/linux/sunxi/Makefile | 3 ++- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/include/target.mk b/include/target.mk index f3f4e59430..95eaf8f8a1 100644 --- a/include/target.mk +++ b/include/target.mk @@ -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 \ diff --git a/target/linux/bcm27xx/Makefile b/target/linux/bcm27xx/Makefile index a6dfcecb35..d89ca62f2d 100644 --- a/target/linux/bcm27xx/Makefile +++ b/target/linux/bcm27xx/Makefile @@ -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 diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 67626cf8ef..5679c337e1 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -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)) diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index dc55dcdf6a..344a88c045 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -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)) diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index c8ab5e01e6..7f36a4f41b 100644 --- a/target/linux/mediatek/Makefile +++ b/target/linux/mediatek/Makefile @@ -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)) diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index acac24c13f..711d1bc395 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 e2fsprogs mkf2fs kmod-gpio-button-hotplug \ - automount autocore-arm fdisk e2fsprogs ethtool + automount autocore-arm fdisk e2fsprogs ethtool luci-app-cpufreq KERNELNAME:=Image dtbs diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index fd32830969..383239d8b5 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -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))