diff options
Diffstat (limited to 'applications/luci-app-smartdns/Makefile')
-rw-r--r-- | applications/luci-app-smartdns/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/applications/luci-app-smartdns/Makefile b/applications/luci-app-smartdns/Makefile index d127e9ac35..a53d89e9c1 100644 --- a/applications/luci-app-smartdns/Makefile +++ b/applications/luci-app-smartdns/Makefile @@ -6,13 +6,12 @@ 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:=2 +PKG_VERSION:=1.2023.42 +PKG_RELEASE:=1 LUCI_TITLE:=LuCI for smartdns LUCI_DESCRIPTION:=Provides Luci for smartdns -LUCI_DEPENDS:=+smartdns -LUCI_PKGARCH:=all +LUCI_DEPENDS:=+luci-base +smartdns define Package/$(PKG_NAME)/config # shown in make menuconfig <Help> |