diff options
author | Nick Peng <pymumu@gmail.com> | 2022-10-11 23:32:49 +0800 |
---|---|---|
committer | Nick Peng <pymumu@gmail.com> | 2022-10-11 23:40:15 +0800 |
commit | 5ec6f58c023c69edcd79cf8e2801c5c77dbbb29b (patch) | |
tree | 961f1af841de8b3ea8a61e011d084b1b97a3ee6d /applications/luci-app-smartdns/Makefile | |
parent | 6ba9d0c6182258ffb29eef842fa8c78d1f94ba23 (diff) |
luci-app-smartdns: Fix RPC error and add restart button
Signed-off-by: Nick Peng <pymumu@gmail.com>
Diffstat (limited to 'applications/luci-app-smartdns/Makefile')
-rw-r--r-- | applications/luci-app-smartdns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-smartdns/Makefile b/applications/luci-app-smartdns/Makefile index 903714bb9b..d127e9ac35 100644 --- a/applications/luci-app-smartdns/Makefile +++ b/applications/luci-app-smartdns/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com> PKG_VERSION:=1.2022.38 -PKG_RELEASE:=1 +PKG_RELEASE:=2 LUCI_TITLE:=LuCI for smartdns LUCI_DESCRIPTION:=Provides Luci for smartdns |