X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f0250152da0e2ca6d7c97dd41020f5761409dc48..3ed308ebba9166e3238b4a96c68d89a662342800:/package/firewall/Makefile diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 7dcc2f573..8d0452602 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:=4 +PKG_RELEASE:=9 include $(INCLUDE_DIR)/package.mk @@ -18,7 +18,7 @@ define Package/firewall CATEGORY:=Base system URL:=http://openwrt.org/ TITLE:=OpenWrt firewall - DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat + DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat PKGARCH:=all endef