diff -urN tux-ref/net/Config.in tux/net/Config.in --- tux-ref/net/Config.in Mon Feb 25 22:05:09 2002 +++ tux/net/Config.in Mon Mar 11 05:59:39 2002 @@ -18,6 +18,7 @@ tristate 'Unix domain sockets' CONFIG_UNIX bool 'TCP/IP networking' CONFIG_INET if [ "$CONFIG_INET" = "y" ]; then + source net/tux/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 diff -urN tux-ref/net/Makefile tux/net/Makefile --- tux-ref/net/Makefile Mon Feb 25 22:05:09 2002 +++ tux/net/Makefile Mon Mar 11 05:59:39 2002 @@ -26,6 +26,7 @@ endif endif +subdir-$(CONFIG_TUX) += tux subdir-$(CONFIG_KHTTPD) += khttpd subdir-$(CONFIG_PACKET) += packet subdir-$(CONFIG_NET_SCHED) += sched