X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9b433b090a57ca648ca0e3eeb3ddc68136a7ccc7..35c3f29108ae4eef6c59dd47d4a1242fc53696fd:/package/firewall/Makefile diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 978154b3f..791edca4b 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:=48 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