[ifxmips-dsl-api] Add option to disable debug output of DSL drivers signed of by...
[openwrt.git] / package / firewall / Makefile
index 40bbe300b0dde1030e3fde637771c7ab0e659558..abc6020434a9009fea0cad8178bebacb90be0cda 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=firewall
 
 PKG_VERSION:=1
-PKG_RELEASE:=6
+PKG_RELEASE:=10
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -18,7 +18,7 @@ define Package/firewall
   CATEGORY:=Base system
   URL:=http://openwrt.org/
   TITLE:=OpenWrt firewall
-  DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat
+  DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat
   PKGARCH:=all
 endef