X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2FKconfig;h=67e39ad8b8b6bfc92dff7745e8517f53fd73f54b;hb=ada406c8246b0792afe4d7f8ae7606093052de87;hp=c6cec5aa548604c87aa48ce43fd9c2007052f305;hpb=75ba632a01d4dc70d0a0f3a92b5ec9b4a3644b2d;p=linux-2.6-omap-h63xx.git diff --git a/net/Kconfig b/net/Kconfig index c6cec5aa548..67e39ad8b8b 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -63,6 +63,7 @@ config INET if INET source "net/ipv4/Kconfig" source "net/ipv6/Kconfig" +source "net/netlabel/Kconfig" endif # if INET @@ -177,7 +178,7 @@ source "net/lapb/Kconfig" config NET_DIVERT bool "Frame Diverter (EXPERIMENTAL)" - depends on EXPERIMENTAL + depends on EXPERIMENTAL && BROKEN ---help--- The Frame Diverter allows you to divert packets from the network, that are not aimed at the interface receiving it (in @@ -231,7 +232,7 @@ config NET_TCPPROBE TCP congestion avoidance modules. If you don't understand what was just said, you don't need it: say N. - Documentation on how to use the packet generator can be found + Documentation on how to use TCP connection probing can be found at http://linux-net.osdl.org/index.php/TcpProbe To compile this code as a module, choose M here: the @@ -249,6 +250,9 @@ source "net/ieee80211/Kconfig" config WIRELESS_EXT bool +config FIB_RULES + bool + endif # if NET endmenu # Networking