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