diff --git a/luci-app-natter/Makefile b/luci-app-natter/Makefile index f1af394da..2d3281016 100755 --- a/luci-app-natter/Makefile +++ b/luci-app-natter/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-natter PKG_VERSION:=1.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 LUCI_TITLE:=LuCI Support for Natter LUCI_PKGARCH:=all diff --git a/luci-app-natter/root/etc/init.d/natter b/luci-app-natter/root/etc/init.d/natter index 7dfa42c27..7daab71b1 100755 --- a/luci-app-natter/root/etc/init.d/natter +++ b/luci-app-natter/root/etc/init.d/natter @@ -1,7 +1,6 @@ #!/bin/sh /etc/rc.common START=98 -USE_PROCD=0 start_service() { local basic_list="enable log_path tcp_stun_server udp_stun_server keep_alive_url local_ip"