build: include kmod-ipt-offload in default images
authorFelix Fietkau <nbd@nbd.name>
Tue, 27 Mar 2018 06:24:40 +0000 (08:24 +0200)
committerFelix Fietkau <nbd@nbd.name>
Tue, 27 Mar 2018 06:26:41 +0000 (08:26 +0200)
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>
include/target.mk

index b84468997a3090b5e5865731662f9c99492c598d..d4950e5b2be47c813190db66f08ba87cab843ae4 100644 (file)
@@ -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),)