X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9b433b090a57ca648ca0e3eeb3ddc68136a7ccc7..f8b56bc9d2cf811ccafa1f18d7de35f6698cbb84:/package/firewall/Makefile diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 978154b3f..1367cc38d 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:=47 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