MTD - DOC 2000 freezes on umount

Bob Beers bbeers at ieee.org
Tue Jan 20 15:01:20 EST 2004


On Tue, 2004-01-20 at 13:04 -0500, Mark Richards wrote:

 >[root at localhost linux]# make xconfig
 >rm -f include/asm
 >( cd include ; ln -sf asm-i386 asm)
 >make -C scripts kconfig.tk
 >make[1]: Entering directory `/usr/src/linux-2.4.24.new.mtd/scripts'
 >cat header.tk >> ./kconfig.tk
 >./tkparse < ../arch/i386/config.in >> kconfig.tk
 >drivers/mtd/chips/Config.in: 14: unknown command
 >make[1]: *** [kconfig.tk] Error 1
 >make[1]: Leaving directory `/usr/src/linux-2.4.24.new.mtd/scripts'
 >make: *** [xconfig] Error 2 [root at localhost linux]#
 >
 >
 >Is it something I'm missing?  My kernel sources are the 2.4.24 (latest).

I saw the exact same issue.  I edited drivers/mtd/chips/Config.in by hand,
  after mtd patchin, to change the lines (14 and 59) to modify
  the 'elif' into a nested 'else if'.  After that make xconfig works.  Also as
  mentioned by dwmw2, the other make *config don't seem to have any trouble
  with those lines.  I didn't get around to it figuring out why.

-bbeers




More information about the linux-mtd mailing list