--- net/Config.in.orig Sat Aug 3 02:39:46 2002 +++ net/Config.in Tue Feb 18 13:04:58 2003 @@ -20,14 +20,14 @@ if [ "$CONFIG_INET" = "y" ]; then source net/ipv4/Config.in if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then + source net/khttpd/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 fi fi - if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then - source net/khttpd/Config.in fi fi if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then