git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b72e8
)
kconfig: allow long lines in config file
author
Cody Schafer
<cody@linux.vnet.ibm.com>
Fri, 13 Jul 2012 18:27:12 +0000
(11:27 -0700)
committer
Michal Marek
<mmarek@suse.cz>
Fri, 13 Jul 2012 20:51:30 +0000
(22:51 +0200)
For some config options (CONFIG_EXTRA_FIRMWARE, for example), the length
of a config file line can exceed the 1024 byte buffer.
Switch from fgets to compat_getline to fix. compat_getline is an
internally implimented getline work-alike for portability purposes.
Signed-off-by: Cody Schafer <cody@linux.vnet.ibm.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/confdata.c
patch
|
blob
|
history
diff --cc
scripts/kconfig/confdata.c
Simple merge