X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9b433b090a57ca648ca0e3eeb3ddc68136a7ccc7..322039038fc82e8a03abc7bb6d4af1c64f279f57:/package/firewall/Makefile diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 978154b3f..373baae5f 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=2 -PKG_RELEASE:=45 +PKG_RELEASE:=49 include $(INCLUDE_DIR)/package.mk @@ -19,7 +19,7 @@ define Package/firewall URL:=http://openwrt.org/ TITLE:=OpenWrt firewall MAINTAINER:=Jo-Philipp Wich - DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat + DEPENDS:=+iptables +kmod-ipt-conntrack +kmod-ipt-nat PKGARCH:=all endef