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
tgt: 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
04e52a13c4
commit
1b0ddae963
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/tgt/Makefile
+1
-2
net/tgt/files/tgt.init
+ 1
- 1
net/tgt/Makefile
View File
@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
tgt
PKG_VERSION
:=
1.0.79
PKG_RELEASE
:=
2
PKG_RELEASE
:=
3
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://codeload.github.com/fujita/tgt/tar.gz/v
$(
PKG_VERSION
)
?
+ 1
- 2
net/tgt/files/tgt.init
View File
@ -2,8 +2,7 @@
START=91
STOP=10
EXTRA_COMMANDS="show"
EXTRA_HELP=" show Show current configuration of tgtd"
extra_command "show" "Show current configuration of tgtd"
NAME=tgt
PROG=/usr/sbin/tgtd
Write
Preview
Loading…
Cancel
Save