diff options
author | Steven Barth <steven@midlink.org> | 2014-09-17 12:10:44 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-09-17 12:10:44 +0000 |
commit | 6aa8fc2901d916c8e5eef67812c52d0b218f983e (patch) | |
tree | da6d9167ca52282dad4a1ee05677453db13cf719 /include/target.mk | |
parent | 7e44d7d94ee8113bc97bb5d6824c7814d305a4a7 (diff) | |
download | upstream-6aa8fc2901d916c8e5eef67812c52d0b218f983e.tar.gz upstream-6aa8fc2901d916c8e5eef67812c52d0b218f983e.tar.bz2 upstream-6aa8fc2901d916c8e5eef67812c52d0b218f983e.zip |
Reorganize netfilter kernel modules and package nftables kernel support
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42596 3c298f89-4303-0410-b956-a3cf2f4a3e73
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),) |