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
commit
1b0ddae963
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      net/tgt/Makefile
  2. +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


Loading…
Cancel
Save