commit | d3660a8cbdfad620af88b85b7bbfff29160f14c2 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Thu Jul 13 12:54:07 2006 -0600 |
committer | Sam Ravnborg <sam@neptun.ravnborg.org> | Mon Sep 25 09:00:00 2006 +0200 |
tree | c79e6a3362e0e0831cf3a9b0b8bd9a3b7a7e79f1 | |
parent | 4f5537de7c1531398e84e18a24f667e49cc94208 [diff] |
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>