diff --git a/net/apfree-wifidog/Makefile b/net/apfree-wifidog/Makefile index f4f4b8783d..31334fb8e6 100644 --- a/net/apfree-wifidog/Makefile +++ b/net/apfree-wifidog/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apfree-wifidog PKG_VERSION:=4.08.1771 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/liudf0716/apfree_wifidog.git diff --git a/net/apfree-wifidog/files/wifidogx.init b/net/apfree-wifidog/files/wifidogx.init index 6a205941e1..a7f85dd618 100644 --- a/net/apfree-wifidog/files/wifidogx.init +++ b/net/apfree-wifidog/files/wifidogx.init @@ -9,8 +9,7 @@ USE_PROCD=1 PROG=/usr/bin/wifidogx CONFIGFILE=/tmp/wifidogx.conf -EXTRA_COMMANDS="status" -EXTRA_HELP=" status Print the status of the service" +extra_command "status" "Print the status of the service" PX5G_BIN="/usr/sbin/px5g" OPENSSL_BIN="/usr/bin/openssl"