enable flowoffload by default

This commit is contained in:
coolsnowwolf 2018-06-15 14:31:56 +08:00
parent 54fc94e662
commit f4c8f11cc7
2 changed files with 2 additions and 2 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:=1
PKG_RELEASE:=2
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -1,4 +1,4 @@
config flowoffload 'config'
option enabled '0'
option enabled '1'