Makefile 516 B

1234567891011121314151617181920212223
  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 \
  9. +mwan3 \
  10. +libuci-lua \
  11. +luci-mod-admin-full \
  12. +luci-lib-nixio
  13. LUCI_PKGARCH:=all
  14. PKG_LICENSE:=GPLv2
  15. PKG_MAINTAINER:=Aedan Renner <chipdankly@gmail.com> \
  16. Florian Eckert <fe@dev.tdt.de>
  17. include ../../luci.mk
  18. # call BuildPackage - OpenWrt buildroot signature