--- zzzz-none-000/linux-2.4.17/net/Config.in 2001-12-21 17:42:05.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/net/Config.in 2004-11-24 13:22:09.000000000 +0000 @@ -18,16 +18,16 @@ tristate 'Unix domain sockets' CONFIG_UNIX bool 'TCP/IP networking' CONFIG_INET if [ "$CONFIG_INET" = "y" ]; then - source net/ipv4/Config.in + source ./net/ipv4/Config.in if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then # IPv6 as module will cause a CRASH if you try to unload it tristate ' The IPv6 protocol (EXPERIMENTAL)' CONFIG_IPV6 if [ "$CONFIG_IPV6" != "n" ]; then - source net/ipv6/Config.in + source ./net/ipv6/Config.in fi fi if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then - source net/khttpd/Config.in + source ./net/khttpd/Config.in fi fi if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then @@ -43,6 +43,10 @@ if [ "$CONFIG_INET" = "y" -a "$CONFIG_ATM_LANE" != "n" ]; then tristate ' Multi-Protocol Over ATM (MPOA) support' CONFIG_ATM_MPOA fi + tristate ' RFC1483/2684 Bridged protocols' CONFIG_ATM_BR2684 + if [ "$CONFIG_ATM_BR2684" != "n" ]; then + bool ' Per-VC IP filter kludge' CONFIG_ATM_BR2684_IPFILTER + fi fi dep_tristate '802.1Q VLAN Support (EXPERIMENTAL)' CONFIG_VLAN_8021Q $CONFIG_EXPERIMENTAL @@ -52,14 +56,17 @@ comment ' ' tristate 'The IPX protocol' CONFIG_IPX if [ "$CONFIG_IPX" != "n" ]; then - source net/ipx/Config.in + source ./net/ipx/Config.in fi tristate 'Appletalk protocol support' CONFIG_ATALK tristate 'DECnet Support' CONFIG_DECNET if [ "$CONFIG_DECNET" != "n" ]; then - source net/decnet/Config.in + source ./net/decnet/Config.in fi tristate '802.1d Ethernet Bridging' CONFIG_BRIDGE +if [ "$CONFIG_BRIDGE" != "n" ]; then + bool 'Fast Bridge on TI-BCG SOC(s)' CONFIG_MIPS_AVALANCHE_FAST_BRIDGE +fi if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then tristate 'CCITT X.25 Packet Layer (EXPERIMENTAL)' CONFIG_X25 tristate 'LAPB Data Link Driver (EXPERIMENTAL)' CONFIG_LAPB @@ -84,7 +91,7 @@ comment 'QoS and/or fair queueing' bool 'QoS and/or fair queueing' CONFIG_NET_SCHED if [ "$CONFIG_NET_SCHED" = "y" ]; then - source net/sched/Config.in + source ./net/sched/Config.in fi #bool 'Network code profiler' CONFIG_NET_PROFILE endmenu