Skip to content

Commit

Permalink
realtek: Remove dnsmasq and odhcpd-ipv6only from default
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke committed Mar 29, 2022
1 parent f32ecb9 commit 2acebbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/realtek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 2acebbd

Please sign in to comment.