diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-02-12 14:34:38 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-02-12 14:34:38 +0800 |
commit | 447d95a048b32afe9d91ff2c50ed49fc1500ea99 (patch) | |
tree | 75b32685a177dd284beae37fa2a9c1126b31cd07 /utils/rtty/Makefile | |
parent | e0266203e87b990279db29c7c73280d6dd5d3470 (diff) |
rtty: 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.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'utils/rtty/Makefile')
-rw-r--r-- | utils/rtty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rtty/Makefile b/utils/rtty/Makefile index f157251da..480ce3205 100644 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty PKG_VERSION:=6.5.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_VERSION:=v$(PKG_VERSION) |