From 363a33eecaba326883f13932f8084b67205bf635 Mon Sep 17 00:00:00 2001 From: lean Date: Sat, 19 Jun 2021 21:55:38 +0800 Subject: [PATCH] target: get rip of some compents by default --- config/Config-images.in | 2 +- include/target.mk | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/Config-images.in b/config/Config-images.in index 25608d40c..c894f396f 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -159,7 +159,7 @@ menu "Target Images" depends on TARGET_ROOTFS_SQUASHFS default 64 if LOW_MEMORY_FOOTPRINT default 1024 if (SMALL_FLASH && !LOW_MEMORY_FOOTPRINT) - default 512 + default 1024 menuconfig TARGET_ROOTFS_UBIFS bool "ubifs" diff --git a/include/target.mk b/include/target.mk index ce07a06a5..924c7fb14 100644 --- a/include/target.mk +++ b/include/target.mk @@ -51,8 +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 \ - ddns-scripts_dnspod + luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol luci-app-cpufreq ifneq ($(DUMP),) all: dumpinfo