Makefile 408 B

12345678910111213141516171819
  1. #
  2. # Copyright (C) 2022 Jaymin Patel <jem.patel@gmail.com>
  3. #
  4. # This is free software, licensed under the Apache License, Version 2.0 .
  5. #
  6. include $(TOPDIR)/rules.mk
  7. LUCI_TITLE:=LuCI support for the Apinger
  8. LUCI_DEPENDS:=+apinger +apinger-rrd
  9. LUCI_PKGARCH:=all
  10. PKG_LICENSE:=GPL-2.0
  11. PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
  12. include ../../luci.mk
  13. # call BuildPackage - OpenWrt buildroot signature