blob: 5ba6c6e467b682f6c83dd6f8fa0919785c9c8234 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|