[openwrt/openwrt] build: include kmod-ipt-offload in default images

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 26 23:28:32 PDT 2018


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/905a3f249a261aa7fc162dd5ea184bd701044469

commit 905a3f249a261aa7fc162dd5ea184bd701044469
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Mar 27 08:24:40 2018 +0200

    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 at nbd.name>
---
 include/target.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/target.mk b/include/target.mk
index b844689..d4950e5 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),)



More information about the lede-commits mailing list