Makefile 408 B

12345678910111213141516
  1. # Copyright 2020 Bogdan Shatik (bogdikxxx@mail.ru)
  2. # This is free software, licensed under the Apache License, Version 2.0
  3. include $(TOPDIR)/rules.mk
  4. PKG_MAINTAINER:=Bogdan Shatik <bogdikxxx@mail.ru>
  5. PKG_NAME:=luci-app-eoip
  6. PKG_LICENSE:=Apache-2.0
  7. LUCI_TITLE:=LuCI Support for EoIP
  8. LUCI_DEPENDS:=+eoip +luci-base
  9. LUCI_PKGARCH:=all
  10. include ../../luci.mk
  11. # call BuildPackage - OpenWrt buildroot signature