mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
luci-app-nps: fix config file
This commit is contained in:
parent
2abbd4d7c4
commit
21ed0cd82f
@ -10,7 +10,7 @@ LUCI_TITLE:=LuCI for Nps
|
||||
LUCI_DEPENDS:=+wget +npc
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_VERSION:=1.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
config npc 'config'
|
||||
option enabled '1'
|
||||
config nps
|
||||
option enabled '0'
|
||||
option server_addr '1.1.1.1'
|
||||
option server_port '8024'
|
||||
option protocol 'tcp'
|
||||
|
Loading…
Reference in New Issue
Block a user