diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-06-02 16:29:29 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-06-02 16:29:29 +0000 |
commit | 61a94b2329a8b0c94251c605f5775473d3f1beb7 (patch) | |
tree | bd670ebe1fe6b475d85616d02fb87906e66e2f61 /contrib/package/freifunk-firewall/Makefile | |
parent | 6c3a86cb77e7b058ceefc4efb9cc9246fa2c54e8 (diff) |
contrib/freifunk-firewall: Make it work with firewall3
Diffstat (limited to 'contrib/package/freifunk-firewall/Makefile')
-rw-r--r-- | contrib/package/freifunk-firewall/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/freifunk-firewall/Makefile b/contrib/package/freifunk-firewall/Makefile index eed1d7a8af..413ea47326 100644 --- a/contrib/package/freifunk-firewall/Makefile +++ b/contrib/package/freifunk-firewall/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freifunk-firewall -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -18,7 +18,7 @@ define Package/freifunk-firewall CATEGORY:=LuCI SUBMENU:=9. Freifunk TITLE:=Freifunk Firewall Addon - DEPENDS:=+firewall + DEPENDS:=+firewall3 endef define Package/freifunk-firewall/description |