You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
525 B
Makefile
24 lines
525 B
Makefile
#
|
|
# Copyright (C) 2017-2019 Chen Minqiang <ptpt52@gmail.com>
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Support for wizard
|
|
LUCI_DEPENDS:=
|
|
LUCI_PKGARCH:=all
|
|
PKG_NAME:=luci-app-wizard
|
|
|
|
PKG_MAINTAINER:=Chen Minqiang <ptpt52@gmail.com>
|
|
PKG_LICENSE:=GPLv3
|
|
|
|
define Package/luci-app-wizard/conffiles
|
|
/etc/config/wizard
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|