mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
disable kms by default
This commit is contained in:
parent
5c24f1f7e8
commit
a92680efc5
@ -8,6 +8,8 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI page for KMS
|
||||
LUCI_DEPENDS:=+vlmcsd
|
||||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=2
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
config vlmcsd 'config'
|
||||
option enabled '1'
|
||||
option enabled '0'
|
||||
option autoactivate '1'
|
Loading…
Reference in New Issue
Block a user