blob: 95088a8a6b896a82817c12c3c4ff26872cb0182a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# See /LICENSE for more information.
# This is free software, licensed under the GNU General Public License v2.
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI example app for js based luci
LUCI_DEPENDS:=+luci-base
LUCI_PKGARCH:=all
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Andreas Brau <ab@andi95.de>, \
Duncan Hill <github.com@cricalix.net>
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|