luci-lua-runtime: add package

This commit is contained in:
coolsnowwolf 2023-11-01 18:20:24 +08:00
parent 4898ed2834
commit 76eee2a291

View File

@ -0,0 +1,19 @@
#
# Copyright (C) 2019 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:=+lua
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature