mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-19 01:56:59 +08:00
reduce image size to fit 8M SPI router
This commit is contained in:
parent
0750947938
commit
db6251d3b6
@ -150,7 +150,7 @@ menu "Target Images"
|
|||||||
int "Block size (in KiB)"
|
int "Block size (in KiB)"
|
||||||
depends on TARGET_ROOTFS_SQUASHFS
|
depends on TARGET_ROOTFS_SQUASHFS
|
||||||
default 64 if LOW_MEMORY_FOOTPRINT
|
default 64 if LOW_MEMORY_FOOTPRINT
|
||||||
default 256
|
default 1024
|
||||||
|
|
||||||
menuconfig TARGET_ROOTFS_UBIFS
|
menuconfig TARGET_ROOTFS_UBIFS
|
||||||
bool "ubifs"
|
bool "ubifs"
|
||||||
|
@ -94,22 +94,22 @@ define Package/dnsmasq-full/config
|
|||||||
config PACKAGE_dnsmasq_full_dhcpv6
|
config PACKAGE_dnsmasq_full_dhcpv6
|
||||||
bool "Build with DHCPv6 support."
|
bool "Build with DHCPv6 support."
|
||||||
depends on IPV6 && PACKAGE_dnsmasq_full_dhcp
|
depends on IPV6 && PACKAGE_dnsmasq_full_dhcp
|
||||||
default y
|
default n
|
||||||
config PACKAGE_dnsmasq_full_dnssec
|
config PACKAGE_dnsmasq_full_dnssec
|
||||||
bool "Build with DNSSEC support."
|
bool "Build with DNSSEC support."
|
||||||
default y
|
default n
|
||||||
config PACKAGE_dnsmasq_full_auth
|
config PACKAGE_dnsmasq_full_auth
|
||||||
bool "Build with the facility to act as an authoritative DNS server."
|
bool "Build with the facility to act as an authoritative DNS server."
|
||||||
default y
|
default n
|
||||||
config PACKAGE_dnsmasq_full_ipset
|
config PACKAGE_dnsmasq_full_ipset
|
||||||
bool "Build with IPset support."
|
bool "Build with IPset support."
|
||||||
default y
|
default y
|
||||||
config PACKAGE_dnsmasq_full_conntrack
|
config PACKAGE_dnsmasq_full_conntrack
|
||||||
bool "Build with Conntrack support."
|
bool "Build with Conntrack support."
|
||||||
default y
|
default n
|
||||||
config PACKAGE_dnsmasq_full_noid
|
config PACKAGE_dnsmasq_full_noid
|
||||||
bool "Build with NO_ID. (hide *.bind pseudo domain)"
|
bool "Build with NO_ID. (hide *.bind pseudo domain)"
|
||||||
default y
|
default n
|
||||||
config PACKAGE_dnsmasq_full_broken_rtc
|
config PACKAGE_dnsmasq_full_broken_rtc
|
||||||
bool "Build with HAVE_BROKEN_RTC."
|
bool "Build with HAVE_BROKEN_RTC."
|
||||||
default n
|
default n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user