X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9cdb777d0c3e33e01c16f94393cc3b5c79b3be5f..684b72e150905bbacb836678b59725c75eb2b848:/package/firewall/Makefile diff --git a/package/firewall/Makefile b/package/firewall/Makefile index cb8a25a09..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:=9 +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