X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/dc1a20a0201bcee63c85ab2ee6e718b026c65c8b..06c76b210207360e8d332063224251606639f8b6:/package/firewall/Makefile diff --git a/package/firewall/Makefile b/package/firewall/Makefile index fbbe056c0..8d0452602 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:=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