diff --git a/include/target.mk b/include/target.mk index b8b769354..ce07a06a5 100644 --- a/include/target.mk +++ b/include/target.mk @@ -52,7 +52,7 @@ DEFAULT_PACKAGES.router:=\ 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-flowoffload luci-app-nlbwmon luci-app-accesscontrol luci-app-cpufreq \ - ddns-scripts_aliyun ddns-scripts_dnspod + ddns-scripts_dnspod ifneq ($(DUMP),) all: dumpinfo diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index b1d41fe86..46b853525 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -100,7 +100,7 @@ define Package/dnsmasq-full/config default y 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 n