0
0
mirror of https://github.com/openwrt/luci.git synced 2025-07-04 12:03:12 +00:00
Files
luci/libs/luci-lib-base/Makefile
Florian Eckert 3e3005c14d luci-lib-base: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19 13:47:44 +01:00

17 lines
393 B
Makefile

#
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=basic libraries for luci
LUCI_DEPENDS:=+lua +luci-lib-nixio +luci-lib-ip +luci-lib-jsonc +liblucihttp-lua
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature