From 21ed0cd82f19e78005af54cb2ca01331aba242ec Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Sat, 9 Nov 2019 20:15:12 -0800 Subject: [PATCH] luci-app-nps: fix config file --- package/lean/luci-app-nps/Makefile | 2 +- package/lean/luci-app-nps/root/etc/config/nps | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/lean/luci-app-nps/Makefile b/package/lean/luci-app-nps/Makefile index 11e25ed05..b677bcdee 100644 --- a/package/lean/luci-app-nps/Makefile +++ b/package/lean/luci-app-nps/Makefile @@ -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 diff --git a/package/lean/luci-app-nps/root/etc/config/nps b/package/lean/luci-app-nps/root/etc/config/nps index 5b166cd1d..b5b8be878 100755 --- a/package/lean/luci-app-nps/root/etc/config/nps +++ b/package/lean/luci-app-nps/root/etc/config/nps @@ -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'