diff --git a/package/lean/luci-app-nps/Makefile b/package/lean/luci-app-nps/Makefile index 11e25ed058..b677bcdeed 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 5b166cd1d1..b5b8be8782 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'