aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-11-09 18:15:53 +0100
committerPetr Štetiar <ynezz@true.cz>2020-11-09 21:50:06 +0100
commitfe302d472a9ace858ccbf0ba2833c9f3469d02f0 (patch)
tree2c00e81d71abcd296087a0cbf3c7b428120052f2 /target
parenta86c0d97b5d74912ddfff1f1de8f01f519ee4cd1 (diff)
downloadupstream-fe302d472a9ace858ccbf0ba2833c9f3469d02f0.tar.gz
upstream-fe302d472a9ace858ccbf0ba2833c9f3469d02f0.tar.bz2
upstream-fe302d472a9ace858ccbf0ba2833c9f3469d02f0.zip
rtl838x: fine tune default package set
Althought most of the switches aren't routers, they can be used as such, so let's add some of the packages from the router's DEVICE_TYPE. While at it, remove swconfig package which is not needed on DSA targets. Acked-by: John Crispin <john@phrozen.org> Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target')
-rw-r--r--target/linux/rtl838x/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/rtl838x/Makefile b/target/linux/rtl838x/Makefile
index 83cb074b89..a4e203718d 100644
--- a/target/linux/rtl838x/Makefile
+++ b/target/linux/rtl838x/Makefile
@@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/target.mk
FEATURES := $(filter-out mips16,$(FEATURES))
-DEFAULT_PACKAGES += swconfig uboot-envtools ethtool kmod-gpio-button-hotplug
+DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \
+ dnsmasq firewall ip6tables iptables odhcp6c odhcpd-ipv6only
$(eval $(call BuildTarget))