X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Ffirewall%2FMakefile;h=05f42a62eab7e2139f631d3b163906f569bbc548;hb=6443da06c2d35432d3908fc917491e25c687bfb9;hp=ea407f081bb1c49b47941ee0a8b8f99d76349961;hpb=b12a3e34a3cc1a92850a377c95296b2fb1f74133;p=openwrt.git diff --git a/package/firewall/Makefile b/package/firewall/Makefile index ea407f081b..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:=24 +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