mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
apfree-wifidog: use new extra_command function definition
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user