Revert package feed back
[librecmc/package-feed.git] / net / mwan3-luci / 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:=luci-app-mwan3
11 PKG_VERSION:=1.4
12 PKG_RELEASE:=5
13 PKG_MAINTAINER:=Aedan Renner <chipdankly@gmail.com>
14 PKG_LICENSE:=GPLv2
15
16 include $(INCLUDE_DIR)/package.mk
17
18 define Package/luci-app-mwan3
19   SECTION:=LuCI
20   CATEGORY:=LuCI
21   SUBMENU:=3. Applications
22   TITLE:=LuCI support for the MWAN3 multiwan hotplug script
23   DEPENDS:=+mwan3 +luci-mod-admin-full +luci-app-firewall +luci-lib-nixio
24   PKGARCH:=all
25   MAINTAINER:=Aedan Renner <chipdankly@gmail.com>
26 endef
27
28 define Package/luci-app-mwan3/description
29 Hotplug script which makes configuration of multiple WAN interfaces simple and
30 manageable with loadbalancing/failover support for up to 250 physical or logical
31 WAN interfaces, connection tracking and an easy to manage traffic ruleset
32 endef
33
34 define Build/Compile
35 endef
36
37 define Package/luci-app-mwan3/install
38         $(CP) ./files/* $(1)
39 endef
40
41 $(eval $(call BuildPackage,luci-app-mwan3))