target: remove luci-app-turboacc, luci-app-cpufreq in default packages

This commit is contained in:
hanwckf 2023-07-28 10:07:25 +08:00
parent cbbfa996aa
commit 10b5a7d734
2 changed files with 1 additions and 2 deletions

View File

@ -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 \

View File

@ -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))