make the whole iptables/netfiter modular (closes: #3871, #3527)
[openwrt-10.03/.git] / package / firewall / Makefile
index 23f23e6dc1fa74b59399f476bee0fa9a167541ed..9d4e5dd31a727e6de1573058b04ebb424006e109 100644 (file)
@@ -18,11 +18,11 @@ define Package/firewall
   CATEGORY:=Base system
   URL:=http://openwrt.org/
   TITLE:=OpenWrt firewall
-  DEPENDS:=+iptables +iptables-mod-ipopt +iptables-mod-extra
+  DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat
 endef
 
 define Package/firewall/description
firewall for openwrt, you can select if you want to use the old version or the new uci based script
uci based firewall for openwrt
 endef
 
 define Build/Compile