]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: support DOS line endings
authorMatthew Wilcox <matthew@wil.cx>
Thu, 13 Jul 2006 18:54:07 +0000 (12:54 -0600)
committerSam Ravnborg <sam@neptun.ravnborg.org>
Mon, 25 Sep 2006 07:00:00 +0000 (09:00 +0200)
commit9c05bc86354dad9d84b828e343351a02de53d100
treec79e6a3362e0e0831cf3a9b0b8bd9a3b7a7e79f1
parent1ca7489734ce3d25a666fc952490cfb6f87c3b40
kconfig: support DOS line endings

Kconfig doesn't currently handle config files with DOS line endings.
While these are, of course, an abomination, etc, etc, it can be handy
to not have to convert them first.  It's also a tiny patch and even adds
support for lines ending in just \r or even \n\r.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/kconfig/confdata.c