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 <foss@volatilesystems.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 2acebbdcaafbdfd3f677052c28bc0af04c6b5ab8)
This commit is contained in:
Hauke Mehrtens 2022-03-25 13:57:40 +01:00 committed by Tianling Shen
parent 0f93eca744
commit a47a4fb9a6
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -21,7 +21,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))