Re: 2.4.5-ac20 problems with drivers/net/Config.in and make xconfig

Keith Owens (kaos@ocs.com.au)
Fri, 29 Jun 2001 12:18:50 +1000


On Thu, 28 Jun 2001 10:05:58 -0600,
Steven Cole <scole@lanl.gov> wrote:
>[root@spc linux]# make xconfig
>./tkparse < ../arch/i386/config.in >> kconfig.tk
>make[1]: *** [kconfig.tk] Error 139
>make[1]: Leaving directory `/usr/src/linux-2.4.5-ac20/scripts'

Sigh. I wish people making big changes to config files would check
that the change works for all the variants of make *config.

Index: 5.52/drivers/net/Config.in
--- 5.52/drivers/net/Config.in Fri, 29 Jun 2001 11:39:55 +1000 kaos (linux-2.4/l/c/9_Config.in 1.1.2.2.1.4.1.12 644)
+++ 5.52(w)/drivers/net/Config.in Fri, 29 Jun 2001 12:14:23 +1000 kaos (linux-2.4/l/c/9_Config.in 1.1.2.2.1.4.1.12 644)
@@ -16,7 +16,7 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; the
fi

if [ "$CONFIG_ISAPNP" = "y" ]; then
- tristate 'General Instruments Surfboard 1000' CONFIG_NET_SB1000 $CONFIG_ISAPNP
+ tristate 'General Instruments Surfboard 1000' CONFIG_NET_SB1000
fi

#
@@ -204,7 +204,6 @@ bool 'Ethernet (10 or 100Mbit)' CONFIG_N
dep_tristate ' D-Link DE600 pocket adapter support' CONFIG_DE600 $CONFIG_ISA
dep_tristate ' D-Link DE620 pocket adapter support' CONFIG_DE620 $CONFIG_ISA
fi
-fi

endmenu

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/