diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-09-17 12:10:44 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-09-17 12:10:44 +0000 |
commit | e4e5c31f871c82feb7179291262adf3343e2d8ce (patch) | |
tree | 12f74fd9b5b20c977cbcf90db1c54f4f7aea54b8 /include/target.mk | |
parent | 9a30ee9c2c3000ab5a0ac00b29dff21cba71b4cc (diff) | |
download | upstream-e4e5c31f871c82feb7179291262adf3343e2d8ce.tar.gz upstream-e4e5c31f871c82feb7179291262adf3343e2d8ce.tar.bz2 upstream-e4e5c31f871c82feb7179291262adf3343e2d8ce.zip |
Reorganize netfilter kernel modules and package nftables kernel support
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42596
Diffstat (limited to 'include/target.mk')
-rw-r--r-- | include/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk index b12eb3c47f..f8c2375917 100644 --- a/include/target.mk +++ b/include/target.mk @@ -14,7 +14,7 @@ DEVICE_TYPE?=router # Default packages - the really basic set DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools # For router targets -DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall odhcpd odhcp6c +DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe kmod-nf-nathelper firewall odhcpd odhcp6c DEFAULT_PACKAGES.bootloader:= ifneq ($(DUMP),) |