disable kms by default

This commit is contained in:
coolsnowwolf 2017-09-22 00:03:30 +08:00
parent 5c24f1f7e8
commit a92680efc5
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI page for KMS LUCI_TITLE:=LuCI page for KMS
LUCI_DEPENDS:=+vlmcsd LUCI_DEPENDS:=+vlmcsd
PKG_VERSION:=1.0
PKG_RELEASE:=2
include $(TOPDIR)/feeds/luci/luci.mk include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -1,4 +1,4 @@
config vlmcsd 'config' config vlmcsd 'config'
option enabled '1' option enabled '0'
option autoactivate '1' option autoactivate '1'