From faf579b0ab4c67a08a370612a0a119ec2237ce0a Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 28 Oct 2020 15:54:35 +0100 Subject: [PATCH] apfree-wifidog: use new extra_command function definition Signed-off-by: Florian Eckert --- net/apfree-wifidog/Makefile | 2 +- net/apfree-wifidog/files/wifidogx.init | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/apfree-wifidog/Makefile b/net/apfree-wifidog/Makefile index f4f4b8783d..31334fb8e6 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 6a205941e1..a7f85dd618 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" -- 2.30.2