mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00:00
enable flow offload by default
This commit is contained in:
parent
74e0c9f3bf
commit
6b64c3b79f
@ -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
|
||||
|
||||
|
5
package/lean/luci-app-flowoffload/root/etc/uci-defaults/flowoffload
Executable file
5
package/lean/luci-app-flowoffload/root/etc/uci-defaults/flowoffload
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
uci set firewall.@defaults[0].flow_offloading=1
|
||||
uci commit firewall
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user