summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-mwan3/Makefile
blob: 50f87cd84632f47c251d327c5ac9c5fb1574a0aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Copyright (C) 2017 Dan Luedtke <mail@danrl.com>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#

include $(TOPDIR)/rules.mk

LUCI_TITLE:=LuCI support for the MWAN3 multiwan hotplug script
LUCI_DEPENDS:=+luci-compat +mwan3 +libuci-lua +luci-mod-admin-full +luci-app-firewall +luci-lib-nixio
LUCI_PKGARCH:=all
PKG_LICENSE:=GPLv2

PKG_MAINTAINER:=Aedan Renner <chipdankly@gmail.com> \
		Florian Eckert <fe@dev.tdt.de>

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature