mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-07 07:06:41 +08:00
luci-lua-runtime: add package
This commit is contained in:
parent
4898ed2834
commit
76eee2a291
19
modules/luci-lua-runtime/Makefile
Normal file
19
modules/luci-lua-runtime/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user