realtek: Remove dnsmasq and odhcpd-ipv6only from default
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 25 Mar 2022 12:57:40 +0000 (13:57 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 29 Mar 2022 12:28:17 +0000 (14:28 +0200)
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)

target/linux/realtek/Makefile

index 704242a000a0206fa8aeb6d8c6eb50524303d42f..1fd9a870cdb4bfb1428f094a340e81bee9f9fbec 100644 (file)
@@ -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))