From: Florian Eckert Date: Wed, 28 Oct 2020 14:54:35 +0000 (+0100) Subject: apfree-wifidog: use new extra_command function definition X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=faf579b0ab4c67a08a370612a0a119ec2237ce0a;p=openwrt-packages.git apfree-wifidog: use new extra_command function definition Signed-off-by: Florian Eckert --- diff --git a/net/apfree-wifidog/Makefile b/net/apfree-wifidog/Makefile index f4f4b8783..31334fb8e 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 6a205941e..a7f85dd61 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"