applications: remove LUCI_PKGARCH:=all
[project/luci.git] / applications / luci-app-smartdns / Makefile
1 #
2 # Copyright 2018-2020 Nick Peng <pymumu@gmail.com>
3 # Licensed to the public under the GPL V3 License.
4
5 include $(TOPDIR)/rules.mk
6
7 PKG_LICENSE:=GPL-3.0-or-later
8 PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>
9 PKG_VERSION:=1.2023.42
10 PKG_RELEASE:=1
11
12 LUCI_TITLE:=LuCI for smartdns
13 LUCI_DESCRIPTION:=Provides Luci for smartdns
14 LUCI_DEPENDS:=+luci-base +smartdns
15
16 define Package/$(PKG_NAME)/config
17 # shown in make menuconfig <Help>
18 help
19 $(LUCI_TITLE)
20 Version: $(PKG_VERSION)-$(PKG_RELEASE)
21 endef
22
23 include ../../luci.mk
24
25 # call BuildPackage - OpenWrt buildroot signature