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

View File

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