Makefile 392 B

123456789101112131415161718192021
  1. #
  2. # Copyright (C) 2019 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-compat
  8. LUCI_TYPE:=mod
  9. LUCI_BASENAME:=compat
  10. LUCI_TITLE:=LuCI compatibility libraries
  11. LUCI_DEPENDS:=+luci-lua-runtime
  12. PKG_LICENSE:=Apache-2.0
  13. include ../../luci.mk
  14. # call BuildPackage - OpenWrt buildroot signature