X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Ffirewall%2FMakefile;h=05f42a62eab7e2139f631d3b163906f569bbc548;hb=6443da06c2d35432d3908fc917491e25c687bfb9;hp=978154b3f783e3cf5662c7c399fe8f6b6c1ef20c;hpb=9b433b090a57ca648ca0e3eeb3ddc68136a7ccc7;p=openwrt.git diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 978154b3f7..05f42a62ea 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:=53 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