2 # Copyright (C) 2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
14 include $(INCLUDE_DIR
)/package.mk
16 define Package
/multiwan
19 DEPENDS
:=+ip
+iptables
+iptables-utils
+iptables-mod-conntrack
+iptables-mod-conntrack-extra
20 TITLE
:=Simple multi WAN configuration
21 URL
:=ftp
://ftp.netlab7.com
/
24 define Package
/multiwan
/description
25 An agent script that makes Multi-WAN configuration simple
,
26 easy and manageable. Complete with load balancing
, failover and an easy
27 to manage traffic ruleset. Allows for configuration of up to
9 wan links.
30 define Package
/multiwan
/conffiles
37 define Package
/multiwan
/install
41 $(eval
$(call BuildPackage
,multiwan
))