0
0
mirror of https://github.com/openwrt/luci.git synced 2025-01-30 14:51:49 +00:00
Sergey Ponomarev 27fc389df5 treewide: PKG_MAINTAINER: split by a comma
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-05-28 01:55:14 +02:00

17 lines
413 B
Makefile

# 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