Skip to content

Commit

Permalink
luci-app-smartdns: add new package
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Peng <pymumu@gmail.com>
  • Loading branch information
pymumu committed Mar 20, 2020
1 parent 7b0ae11 commit 7aad18c
Show file tree
Hide file tree
Showing 5 changed files with 847 additions and 0 deletions.
26 changes: 26 additions & 0 deletions applications/luci-app-smartdns/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# Copyright 2018-2020 Nick Peng <pymumu@gmail.com>
# Licensed to the public under the GPL V3 License.

include $(TOPDIR)/rules.mk

PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>
PKG_VERSION:=1.2020.30
PKG_RELEASE:=1

LUCI_TITLE:=LuCI for smartdns
LUCI_DESCRIPTION:=Provides Luci for smartdns
LUCI_DEPENDS:=+smartdns
LUCI_PKGARCH:=all

define Package/$(PKG_NAME)/config
# shown in make menuconfig <Help>
help
$(LUCI_TITLE)
Version: $(PKG_VERSION)-$(PKG_RELEASE)
endef

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature
Loading

0 comments on commit 7aad18c

Please sign in to comment.