This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
wifidog: use new extra_command function definition
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
4 years ago
parent
9e6d28b3cb
commit
d561ea555f
2 changed files
with
2 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/wifidog/Makefile
+1
-2
net/wifidog/files/wifidog.init
+ 1
- 1
net/wifidog/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
wifidog
PKG_NAME
:=
wifidog
PKG_VERSION
:=
1.3.0
PKG_VERSION
:=
1.3.0
PKG_RELEASE
:=
5
PKG_RELEASE
:=
6
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
:=
https://github.com/wifidog/wifidog-gateway
PKG_SOURCE_URL
:=
https://github.com/wifidog/wifidog-gateway
+ 1
- 2
net/wifidog/files/wifidog.init
View File
@ -4,8 +4,7 @@ START=65
USE_PROCD=1
USE_PROCD=1
EXTRA_COMMANDS="status"
EXTRA_HELP=" status Print the status of the service"
extra_command "status" "Print the status of the service"
start_service() {
start_service() {
procd_open_instance
procd_open_instance
Write
Preview
Loading…
Cancel
Save