X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Ffirewall%2FMakefile;h=05f42a62eab7e2139f631d3b163906f569bbc548;hb=6443da06c2d35432d3908fc917491e25c687bfb9;hp=b0b946fd072642b0e464b3004d67996b24f61647;hpb=6ef496f17a3020a24c4321befa6a060e1fad16dc;p=openwrt.git diff --git a/package/firewall/Makefile b/package/firewall/Makefile index b0b946fd07..05f42a62ea 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2011 OpenWrt.org +# Copyright (C) 2008-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=2 -PKG_RELEASE:=37 +PKG_RELEASE:=53 include $(INCLUDE_DIR)/package.mk @@ -19,7 +19,7 @@ define Package/firewall URL:=http://openwrt.org/ TITLE:=OpenWrt firewall MAINTAINER:=Jo-Philipp Wich - DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat + DEPENDS:=+iptables +kmod-ipt-conntrack +kmod-ipt-nat PKGARCH:=all endef