mwan3: update to version 1.5-10
[feed/packages.git] / net / mwan3 / Makefile
1 #
2 # Copyright (C) 2006-2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=mwan3
11 PKG_VERSION:=1.5
12 PKG_RELEASE:=10
13 PKG_MAINTAINER:=Jeroen Louwes <jeroen.louwes@gmail.com>
14 PKG_LICENSE:=GPLv2
15
16 include $(INCLUDE_DIR)/package.mk
17
18 define Package/mwan3
19 SECTION:=net
20 CATEGORY:=Network
21 SUBMENU:=Routing and Redirection
22 DEPENDS:=+ip +iptables +iptables-mod-conntrack-extra +iptables-mod-ipopt
23 TITLE:=Multiwan hotplug script with connection tracking support
24 MAINTAINER:=Jeroen Louwes <jeroen.louwes@gmail.com>
25 PKGARCH:=all
26 endef
27
28 define Package/mwan3/description
29 Hotplug script which makes configuration of multiple WAN interfaces simple
30 and manageable. With loadbalancing/failover support for up to 250 wan
31 interfaces, connection tracking and an easy to manage traffic ruleset.
32 endef
33
34 define Package/mwan3/conffiles
35 /etc/config/mwan3
36 endef
37
38 define Build/Compile
39 endef
40
41 define Package/mwan3/install
42 $(CP) ./files/* $(1)
43 endef
44
45 $(eval $(call BuildPackage,mwan3))