From 4d472d3ac29757f36e33a4df6e3e8b32d8fabb60 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 25 Mar 2022 13:57:40 +0100 Subject: [PATCH] realtek: Remove dnsmasq and odhcpd-ipv6only from default Do not include the dnsmasq and odhcpd-ipv6only package by default any more. These services are not needed on a switch. If someone needs this it is still possible to use opkg or image builder to add them. This decreases the compressed image size by about 165KBytes. Tested-by: Stijn Segers Signed-off-by: Hauke Mehrtens (cherry picked from commit 2acebbdcaafbdfd3f677052c28bc0af04c6b5ab8) --- target/linux/realtek/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 2eca7015e4..f921b21220 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/target.mk FEATURES := $(filter-out mips16,$(FEATURES)) DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \ - dnsmasq firewall ip6tables iptables odhcp6c odhcpd-ipv6only \ + firewall ip6tables iptables odhcp6c \ ip-full ip-bridge tc $(eval $(call BuildTarget))