Makefile 523 B

12345678910111213141516171819
  1. #
  2. # Copyright (C) 2017 Dan Luedtke <mail@danrl.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 MWAN3 multiwan hotplug script
  8. LUCI_DEPENDS:=+luci-compat +mwan3 +libuci-lua +luci-mod-admin-full +luci-app-firewall +luci-lib-nixio
  9. LUCI_PKGARCH:=all
  10. PKG_LICENSE:=GPLv2
  11. PKG_MAINTAINER:=Aedan Renner <chipdankly@gmail.com> \
  12. Florian Eckert <fe@dev.tdt.de>
  13. include ../../luci.mk
  14. # call BuildPackage - OpenWrt buildroot signature