0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-05 07:23:54 +00:00
Files
Florian Eckert 374af8b522 luci-lua-runtime: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19 13:52:18 +01:00

31 lines
531 B
Makefile

#
# Copyright (C) 2022 Jo-Philipp Wich <jo@mein.io>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-lua-runtime
LUCI_TYPE:=mod
LUCI_BASENAME:=lua-runtime
LUCI_TITLE:=LuCI Lua runtime libraries
LUCI_DEPENDS:= \
+luci-base \
+lua \
+luci-lib-base \
+luci-lib-nixio \
+luci-lib-ip \
+luci-lib-jsonc \
+libubus-lua \
+liblucihttp-lua \
+ucode-mod-lua
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature