* 2.4.21pre6: make xconfig
@ 2003-03-27 12:42 Bernd Schubert
0 siblings, 0 replies; only message in thread
From: Bernd Schubert @ 2003-03-27 12:42 UTC (permalink / raw)
To: Marcelo Tosatti, lkml
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-03-27 12:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-27 12:42 2.4.21pre6: make xconfig Bernd Schubert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®