diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-04 12:18:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-04 12:18:49 +0000 |
commit | 49fc87429ff313ef37a9473147ddd8cf97d74d08 (patch) | |
tree | c4ec932e2818cf0ee54ceb2334893c1defecfa20 /contrib | |
parent | 43e0004dfed664e0f9eeabe1ee0c733bf7cc1fad (diff) |
contrib: prepare for renaming of firewall3 in OpenWrt
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/freifunk-firewall/Makefile | 2 | ||||
-rw-r--r-- | contrib/package/freifunk-gwcheck/Makefile | 2 | ||||
-rw-r--r-- | contrib/package/luci/Makefile | 2 | ||||
-rw-r--r-- | contrib/package/meshwizard/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/package/freifunk-firewall/Makefile b/contrib/package/freifunk-firewall/Makefile index 413ea4732..5bcb2c8ad 100644 --- a/contrib/package/freifunk-firewall/Makefile +++ b/contrib/package/freifunk-firewall/Makefile @@ -18,7 +18,7 @@ define Package/freifunk-firewall CATEGORY:=LuCI SUBMENU:=9. Freifunk TITLE:=Freifunk Firewall Addon - DEPENDS:=+firewall3 + DEPENDS:=+firewall endef define Package/freifunk-firewall/description diff --git a/contrib/package/freifunk-gwcheck/Makefile b/contrib/package/freifunk-gwcheck/Makefile index af8dda632..c339d13fa 100644 --- a/contrib/package/freifunk-gwcheck/Makefile +++ b/contrib/package/freifunk-gwcheck/Makefile @@ -15,7 +15,7 @@ define Package/freifunk-gwcheck CATEGORY:=LuCI SUBMENU:=9. Freifunk TITLE:=Freifunk gateway check script - DEPENDS:=firewall3 +ip +iptables-mod-ipopt +olsrd-mod-dyn-gw-plain + DEPENDS:=firewall +ip +iptables-mod-ipopt +olsrd-mod-dyn-gw-plain endef define Package/freifunk-gwcheck/description diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 25425446b..6be79a96b 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -311,7 +311,7 @@ $(eval $(call application,siitwizard,SIIT IPv4-over-IPv6 configuration wizard,\ +PACKAGE_luci-app-siitwizard:kmod-siit)) $(eval $(call application,firewall,Firewall and Portforwarding application,\ - +PACKAGE_luci-app-firewall:firewall3)) + +PACKAGE_luci-app-firewall:firewall)) $(eval $(call application,freifunk-policyrouting,Policy routing for mesh traffic,\ +PACKAGE_luci-app-freifunk-policyrouting:freifunk-policyrouting)) diff --git a/contrib/package/meshwizard/Makefile b/contrib/package/meshwizard/Makefile index 52f714780..8ec00cf78 100644 --- a/contrib/package/meshwizard/Makefile +++ b/contrib/package/meshwizard/Makefile @@ -15,7 +15,7 @@ define Package/meshwizard CATEGORY:=LuCI SUBMENU:=9. Freifunk TITLE:=Shell script based wizard for Mesh networks - DEPENDS:=+firewall3 + DEPENDS:=+firewall endef define Package/meshwizard/description |