X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/57968b17ca658805ef2069321b960224109122b2..3bc6de1a9cfb21cd7a1b0b9040b7d259e5b571ee:/package/firewall/Makefile?ds=inline diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 746cca488..b03fca8a0 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:=44 +PKG_RELEASE:=46 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