reduce image size to fit 8M SPI router

This commit is contained in:
coolsnowwolf 2018-08-24 14:11:29 +08:00
parent 0750947938
commit db6251d3b6
2 changed files with 6 additions and 6 deletions

View File

@ -150,7 +150,7 @@ menu "Target Images"
int "Block size (in KiB)"
depends on TARGET_ROOTFS_SQUASHFS
default 64 if LOW_MEMORY_FOOTPRINT
default 256
default 1024
menuconfig TARGET_ROOTFS_UBIFS
bool "ubifs"

View File

@ -94,22 +94,22 @@ define Package/dnsmasq-full/config
config PACKAGE_dnsmasq_full_dhcpv6
bool "Build with DHCPv6 support."
depends on IPV6 && PACKAGE_dnsmasq_full_dhcp
default y
default n
config PACKAGE_dnsmasq_full_dnssec
bool "Build with DNSSEC support."
default y
default n
config PACKAGE_dnsmasq_full_auth
bool "Build with the facility to act as an authoritative DNS server."
default y
default n
config PACKAGE_dnsmasq_full_ipset
bool "Build with IPset support."
default y
config PACKAGE_dnsmasq_full_conntrack
bool "Build with Conntrack support."
default y
default n
config PACKAGE_dnsmasq_full_noid
bool "Build with NO_ID. (hide *.bind pseudo domain)"
default y
default n
config PACKAGE_dnsmasq_full_broken_rtc
bool "Build with HAVE_BROKEN_RTC."
default n