Makefile 507 B

12345678910111213141516171819202122232425262728
  1. #
  2. # Copyright (C) 2022 Jo-Philipp Wich <jo@mein.io>
  3. #
  4. # This is free software, licensed under the Apache License, Version 2.0 .
  5. #
  6. include $(TOPDIR)/rules.mk
  7. PKG_NAME:=luci-lua-runtime
  8. LUCI_TYPE:=mod
  9. LUCI_BASENAME:=lua-runtime
  10. LUCI_TITLE:=LuCI Lua runtime libraries
  11. LUCI_DEPENDS:= \
  12. +luci-base \
  13. +lua \
  14. +luci-lib-base \
  15. +luci-lib-nixio \
  16. +luci-lib-ip \
  17. +luci-lib-jsonc \
  18. +libubus-lua \
  19. +liblucihttp-lua \
  20. +ucode-mod-lua
  21. include ../../luci.mk
  22. # call BuildPackage - libreCMC buildroot signature