瀏覽代碼

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 <[email protected]>
Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 3 年之前
父節點
當前提交
2acebbdcaa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/realtek/Makefile

+ 1 - 1
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))