apfree-wifidog: use new extra_command function definition
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
fef5dda5f6
commit
faf579b0ab
2 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=apfree-wifidog
|
PKG_NAME:=apfree-wifidog
|
||||||
PKG_VERSION:=4.08.1771
|
PKG_VERSION:=4.08.1771
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=6
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/liudf0716/apfree_wifidog.git
|
PKG_SOURCE_URL:=https://github.com/liudf0716/apfree_wifidog.git
|
||||||
|
|
|
@ -9,8 +9,7 @@ USE_PROCD=1
|
||||||
PROG=/usr/bin/wifidogx
|
PROG=/usr/bin/wifidogx
|
||||||
CONFIGFILE=/tmp/wifidogx.conf
|
CONFIGFILE=/tmp/wifidogx.conf
|
||||||
|
|
||||||
EXTRA_COMMANDS="status"
|
extra_command "status" "Print the status of the service"
|
||||||
EXTRA_HELP=" status Print the status of the service"
|
|
||||||
|
|
||||||
PX5G_BIN="/usr/sbin/px5g"
|
PX5G_BIN="/usr/sbin/px5g"
|
||||||
OPENSSL_BIN="/usr/bin/openssl"
|
OPENSSL_BIN="/usr/bin/openssl"
|
||||||
|
|
Loading…
Reference in a new issue