mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
target: get rip of some compents by default
This commit is contained in:
parent
260fbd3a46
commit
363a33eeca
@ -159,7 +159,7 @@ menu "Target Images"
|
|||||||
depends on TARGET_ROOTFS_SQUASHFS
|
depends on TARGET_ROOTFS_SQUASHFS
|
||||||
default 64 if LOW_MEMORY_FOOTPRINT
|
default 64 if LOW_MEMORY_FOOTPRINT
|
||||||
default 1024 if (SMALL_FLASH && !LOW_MEMORY_FOOTPRINT)
|
default 1024 if (SMALL_FLASH && !LOW_MEMORY_FOOTPRINT)
|
||||||
default 512
|
default 1024
|
||||||
|
|
||||||
menuconfig TARGET_ROOTFS_UBIFS
|
menuconfig TARGET_ROOTFS_UBIFS
|
||||||
bool "ubifs"
|
bool "ubifs"
|
||||||
|
@ -51,8 +51,7 @@ DEFAULT_PACKAGES.router:=\
|
|||||||
default-settings luci luci-app-ddns luci-app-upnp luci-app-autoreboot \
|
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-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-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 luci-app-cpufreq
|
||||||
ddns-scripts_dnspod
|
|
||||||
|
|
||||||
ifneq ($(DUMP),)
|
ifneq ($(DUMP),)
|
||||||
all: dumpinfo
|
all: dumpinfo
|
||||||
|
Loading…
Reference in New Issue
Block a user