X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/dc1a20a0201bcee63c85ab2ee6e718b026c65c8b..10b8a21dd11ff4db927a521618bf70c7db08461b:/package/firewall/Makefile diff --git a/package/firewall/Makefile b/package/firewall/Makefile index fbbe056c0..abc602043 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=1 -PKG_RELEASE:=8 +PKG_RELEASE:=10 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