apfree-wifidog: use new extra_command function definition
authorFlorian Eckert <redacted>
Wed, 28 Oct 2020 14:54:35 +0000 (15:54 +0100)
committerFlorian Eckert <redacted>
Wed, 4 Nov 2020 07:50:34 +0000 (08:50 +0100)
Signed-off-by: Florian Eckert <redacted>
net/apfree-wifidog/Makefile
net/apfree-wifidog/files/wifidogx.init

index f4f4b8783d811d7a36e3c49f270b98a845de8c5b..31334fb8e6299d4b9153e28c1449b97eccd04bc7 100644 (file)
@@ -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
index 6a205941e1411b73a95160db89f30f76dd68df45..a7f85dd6184a50f2ade882d82223b17082d733b5 100644 (file)
@@ -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"
git clone https://git.99rst.org/PROJECT