diff options
author | John Crispin <john@phrozen.org> | 2020-11-28 11:50:43 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-12-02 07:53:52 +0100 |
commit | 1dc5d56ca0d5aba6e4661f6027c4dec68c79b8dd (patch) | |
tree | 7944584201e5a392e7b6f34ff09b5a925b758400 /target/linux/realtek/Makefile | |
parent | 9aa449050297b58a41843bceaff6179458b64003 (diff) | |
download | upstream-1dc5d56ca0d5aba6e4661f6027c4dec68c79b8dd.tar.gz upstream-1dc5d56ca0d5aba6e4661f6027c4dec68c79b8dd.tar.bz2 upstream-1dc5d56ca0d5aba6e4661f6027c4dec68c79b8dd.zip |
realtek: cleanup package selection
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/realtek/Makefile')
-rw-r--r-- | target/linux/realtek/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 98fcaf3968..02eefe26fb 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/target.mk FEATURES := $(filter-out mips16,$(FEATURES)) DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \ - dnsmasq firewall ip6tables iptables odhcp6c odhcpd-ipv6only + dnsmasq firewall ip6tables iptables odhcp6c odhcpd-ipv6only \ + ip-full ip-bridge tc $(eval $(call BuildTarget)) |