diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-02-04 20:02:28 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-02-08 16:43:06 +0800 |
commit | 66c553470edd00e96e6f635cde0d689f808585ed (patch) | |
tree | a868d48027513a733a66625b2bbdede255503f0c /net/tgt/Makefile | |
parent | f5181d615c2f6361bf107314a786f7a0410526a2 (diff) |
tgt: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.
This also adds a service_triggers() function, removes a duplicate
option, and removes some unnecessary curly brackets.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'net/tgt/Makefile')
-rw-r--r-- | net/tgt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tgt/Makefile b/net/tgt/Makefile index cba1d50c0..8cfee0c04 100644 --- a/net/tgt/Makefile +++ b/net/tgt/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tgt PKG_VERSION:=1.0.74 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/fujita/tgt/tar.gz/v$(PKG_VERSION)? |