diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-02-12 20:28:01 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-02-12 20:32:10 +0800 |
commit | 457713b38c394ab9fc3160303d5fa493fae5bc5d (patch) | |
tree | e20e86d0786b096c9f7fb182ca8d5439ff1972e1 /net/mini_snmpd/Makefile | |
parent | f9b16dea51b34e6fbced77a81096cf1fb82f39ce (diff) |
mini_snmpd: 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 replaces space indentation with tabs, and removes trailing
whitespace and unnecessary curly brackets.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'net/mini_snmpd/Makefile')
-rw-r--r-- | net/mini_snmpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mini_snmpd/Makefile b/net/mini_snmpd/Makefile index e4783b70b..bce9d9125 100644 --- a/net/mini_snmpd/Makefile +++ b/net/mini_snmpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mini_snmpd PKG_VERSION:=1.4-rc1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_MAINTAINER:=Marcin Jurkowski <marcin1j@gmail.com> PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |