X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Frealtek%2FMakefile;h=5159a40c4cb030365d6e73e3b5f1607fb2462be2;hb=598b29585ed9501e751b8d3faf3b6e017ad96baa;hp=98fcaf3968de6ca19a3c3ec14564770620eda033;hpb=2b88563ee5aafd9571d965b7f2093a0f58d98a31;p=openwrt%2Fopenwrt.git diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 98fcaf3968..5159a40c4c 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -1,6 +1,5 @@ -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# +# SPDX-License-Identifier: GPL-2.0-only + include $(TOPDIR)/rules.mk ARCH:=mips @@ -22,6 +21,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))