enable flow offload by default

This commit is contained in:
coolsnowwolf 2018-09-29 21:54:10 +08:00
parent 74e0c9f3bf
commit 6b64c3b79f
2 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for Flow Offload
LUCI_DEPENDS:=@LINUX_4_14
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
PKG_RELEASE:=5
PKG_RELEASE:=6
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -0,0 +1,5 @@
#!/bin/sh
uci set firewall.@defaults[0].flow_offloading=1
uci commit firewall
exit 0