From db6251d3b62de65d6c63b259d6bc9ac28dde7974 Mon Sep 17 00:00:00 2001 From: coolsnowwolf <“coolsnowwolf@gmail.com”> Date: Fri, 24 Aug 2018 14:11:29 +0800 Subject: [PATCH] reduce image size to fit 8M SPI router --- config/Config-images.in | 2 +- package/network/services/dnsmasq/Makefile | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/Config-images.in b/config/Config-images.in index 4978cfa4f..8af21f5f3 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -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" diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 57d1af629..97cdc1d5e 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -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