diff mbox series

[v2,1/3] realtek: Remove dnsmasq and odhcpd-ipv6only from default

Message ID 20220325133845.639556-2-hauke@hauke-m.de
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series realtek: Fix default package selection | expand

Commit Message

Hauke Mehrtens March 25, 2022, 1:38 p.m. UTC
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.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---

This patch was added in addition based on the discusion. 


 target/linux/realtek/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile
index 704242a000a0..1fd9a870cdb4 100644
--- a/target/linux/realtek/Makefile
+++ b/target/linux/realtek/Makefile
@@ -18,7 +18,7 @@  endef
 include $(INCLUDE_DIR)/target.mk
 
 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))