X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/46e50210bd165f5becfa35328da5d1ac54332bfa..2d32ced1744d54bae589cb1500e1453cfa84a8ca:/package/firewall/Makefile diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 76ae2736f..2e236fe71 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2009 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:=1 -PKG_RELEASE:=3 +PKG_RELEASE:=7 include $(INCLUDE_DIR)/package.mk @@ -19,6 +19,7 @@ define Package/firewall URL:=http://openwrt.org/ TITLE:=OpenWrt firewall DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat + PKGARCH:=all endef define Package/firewall/description