2.4.21pre6: make xconfig

From: Bernd Schubert (bernd-schubert@web.de)
Date: Thu Mar 27 2003 - 07:42:01 EST


Hi,

make xconfig doesn't work:

gcc -o tkparse tkparse.o tkcond.o tkgen.o
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
drivers/net/Config.in: 188: unknown command
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/tmpa/bernd/kernel/linux-2.4.20/scripts'
make: *** [xconfig] Error 2

This was already an issue for 2.4.21pre5 and someone also already posted
this patch:

--- linux-2.4.20/drivers/net/Config.in.old 2003-03-27 13:31:50.000000000 +0100
+++ linux-2.4.20/drivers/net/Config.in 2003-03-27 13:30:37.000000000 +0100
@@ -185,7 +185,7 @@
       dep_tristate ' Davicom DM910x/DM980x support' CONFIG_DM9102 $CONFIG_PCI
       dep_tristate ' EtherExpressPro/100 support (eepro100, original Becker driver)' CONFIG_EEPRO100 $CONFIG_PCI
       if [ "$CONFIG_VISWS" = "y" ]; then
- define_mbool CONFIG_EEPRO100_PIO y
+ define_bool CONFIG_EEPRO100_PIO y
       else
          dep_mbool ' Use PIO instead of MMIO' CONFIG_EEPRO100_PIO $CONFIG_EEPRO100
       fi

Best regards,
        Bernd
-
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/



This archive was generated by hypermail 2b29 : Mon Mar 31 2003 - 22:00:27 EST