From 55d545b926eb86aa578dc9cb7dc3d7a31f6e37d6 Mon Sep 17 00:00:00 2001 From: lean Date: Mon, 21 Jun 2021 15:44:56 +0800 Subject: [PATCH] luci-app-cpufreq : move to target --- include/target.mk | 2 +- target/linux/ipq40xx/Makefile | 2 +- target/linux/rockchip/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/target.mk b/include/target.mk index 7c50d283a..30b0b82f4 100644 --- a/include/target.mk +++ b/include/target.mk @@ -51,7 +51,7 @@ DEFAULT_PACKAGES.router:=\ default-settings luci luci-app-ddns luci-app-upnp luci-app-autoreboot \ luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockmusic luci-app-arpbind \ luci-app-vlmcsd luci-app-wol luci-app-ramfree \ - luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol luci-app-cpufreq \ + luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol \ ddns-scripts_aliyun ddns-scripts_dnspod ifneq ($(DUMP),) diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 75dde3853..76a176f0d 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -19,7 +19,7 @@ DEFAULT_PACKAGES += \ kmod-ath10k wpad-openssl \ kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019 \ autocore-arm automount autosamba luci-app-adbyby-plus luci-app-ipsec-vpnd luci-app-unblockmusic luci-app-cpufreq luci-app-zerotier \ - htop ethtool \ + htop ethtool luci-app-cpufreq \ -luci-app-flowoffload luci-app-sfe $(eval $(call BuildTarget)) diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index f7b699591..cdf580ab8 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 +DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug luci-app-cpufreq KERNELNAME:=Image dtbs