2
0

Makefile 401 B

123456789101112131415161718
  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:=+luci-base +apinger +apinger-rrd
  9. PKG_LICENSE:=GPL-2.0
  10. PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
  11. include ../../luci.mk
  12. # call BuildPackage - OpenWrt buildroot signature