diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-25 13:57:40 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-29 13:42:29 +0200 |
commit | 2acebbdcaafbdfd3f677052c28bc0af04c6b5ab8 (patch) | |
tree | 6115eaeab85723c5907e0e0bfc40bb42328a9c4f /target/linux | |
parent | f32ecb9665b6fa6430f6243d797acacb0a8fee55 (diff) | |
download | upstream-2acebbdcaafbdfd3f677052c28bc0af04c6b5ab8.tar.gz upstream-2acebbdcaafbdfd3f677052c28bc0af04c6b5ab8.tar.bz2 upstream-2acebbdcaafbdfd3f677052c28bc0af04c6b5ab8.zip |
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/realtek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 704242a000..1fd9a870cd 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)) |