From 10b5a7d734cc389db967dc19c7e74e6430e0c31c Mon Sep 17 00:00:00 2001 From: hanwckf Date: Fri, 28 Jul 2023 10:07:25 +0800 Subject: [PATCH] target: remove luci-app-turboacc, luci-app-cpufreq in default packages --- include/target.mk | 1 - target/linux/mediatek/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/target.mk b/include/target.mk index 7218e801b5..017ad786b6 100644 --- a/include/target.mk +++ b/include/target.mk @@ -58,7 +58,6 @@ DEFAULT_PACKAGES.tweak:=\ kmod-nf-nathelper-extra \ luci \ luci-app-filetransfer \ - luci-app-turboacc \ luci-compat \ luci-lib-base \ luci-lib-fs \ diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index cca83155fb..31afd66e0a 100644 --- a/target/linux/mediatek/Makefile +++ b/target/linux/mediatek/Makefile @@ -14,6 +14,6 @@ KERNEL_TESTING_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-leds-gpio kmod-gpio-button-hotplug \ - autocore-arm luci-app-cpufreq uboot-envtools + autocore-arm uboot-envtools $(eval $(call BuildTarget))