From 76eee2a291fb571150088ab77cee8ae7091fff82 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 1 Nov 2023 18:20:24 +0800 Subject: [PATCH] luci-lua-runtime: add package --- modules/luci-lua-runtime/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 modules/luci-lua-runtime/Makefile diff --git a/modules/luci-lua-runtime/Makefile b/modules/luci-lua-runtime/Makefile new file mode 100644 index 00000000..a2efafab --- /dev/null +++ b/modules/luci-lua-runtime/Makefile @@ -0,0 +1,19 @@ +# +# Copyright (C) 2019 Jo-Philipp Wich +# +# 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 \ No newline at end of file