diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-03-27 08:24:40 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-03-27 08:26:41 +0200 |
commit | 905a3f249a261aa7fc162dd5ea184bd701044469 (patch) | |
tree | 489e47ae48936b568eac107fff832acfac64cd06 /include/target.mk | |
parent | 83e1fce17abb51139e533cd0891e087ff4bbac64 (diff) | |
download | upstream-905a3f249a261aa7fc162dd5ea184bd701044469.tar.gz upstream-905a3f249a261aa7fc162dd5ea184bd701044469.tar.bz2 upstream-905a3f249a261aa7fc162dd5ea184bd701044469.zip |
build: include kmod-ipt-offload in default images
Netfilter flow offload has now started to become useful and suitable for
a wider testing audience. Configuring it via UCI is also integrated in
firewall3 by adding 'option flow_offloading 1' to the 'defaults'
section in /etc/config/firewall
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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 b84468997a..d4950e5b2b 100644 --- a/include/target.mk +++ b/include/target.mk @@ -17,7 +17,7 @@ DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fs # For nas targets DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm # For router targets -DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe firewall odhcpd-ipv6only odhcp6c +DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe firewall odhcpd-ipv6only odhcp6c kmod-ipt-offload DEFAULT_PACKAGES.bootloader:= ifneq ($(DUMP),) |