From 447d95a048b32afe9d91ff2c50ed49fc1500ea99 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 12 Feb 2019 14:34:38 +0800 Subject: 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 --- utils/rtty/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/rtty/Makefile') 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) -- cgit v1.2.3