aboutsummaryrefslogtreecommitdiff
path: root/net/apfree-wifidog
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-10-28 15:54:35 +0100
committerFlorian Eckert <fe@dev.tdt.de>2020-11-04 08:50:34 +0100
commitfaf579b0ab4c67a08a370612a0a119ec2237ce0a (patch)
tree4e3a72e27574c2a13704c0ac6427c165a6b27b63 /net/apfree-wifidog
parentfef5dda5f6aea5bc3223401b54ccf468284b8bc0 (diff)
apfree-wifidog: use new extra_command function definition
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'net/apfree-wifidog')
-rw-r--r--net/apfree-wifidog/Makefile2
-rw-r--r--net/apfree-wifidog/files/wifidogx.init3
2 files changed, 2 insertions, 3 deletions
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"