Makefile 389 B

12345678910111213141516
  1. #
  2. # Copyright (C) 2017 Dan Luedtke <mail@danrl.com>
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. include $(TOPDIR)/rules.mk
  6. LUCI_TITLE:=LuCI support for the MWAN3 MultiWAN Manager
  7. LUCI_DEPENDS:=+luci-base +mwan3
  8. PKG_LICENSE:=GPL-2.0
  9. PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
  10. include ../../luci.mk
  11. # call BuildPackage - OpenWrt buildroot signature