Makefile 360 B

12345678910111213141516171819
  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-base
  12. include ../../luci.mk
  13. # call BuildPackage - OpenWrt buildroot signature