a72ab0542f
Fixes nconfig crash on comments within choice groups. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |
||
---|---|---|
.. | ||
lxdialog | ||
patches | ||
.gitignore | ||
check.sh | ||
conf.c | ||
confdata.c | ||
expr.c | ||
expr.h | ||
foo.h | ||
gconf.c | ||
gconf.glade | ||
images.c | ||
kconfig_load.c | ||
kxgettext.c | ||
lex.zconf.c_shipped | ||
lkc_proto.h | ||
lkc.h | ||
Makefile | ||
Makefile.br | ||
mconf.c | ||
menu.c | ||
nconf.c | ||
nconf.gui.c | ||
nconf.h | ||
POTFILES.in | ||
qconf.cc | ||
qconf.h | ||
README.buildroot2 | ||
streamline_config.pl | ||
symbol.c | ||
util.c | ||
zconf.gperf | ||
zconf.hash.c_shipped | ||
zconf.l | ||
zconf.tab.c_shipped | ||
zconf.y |
This is a copy of the kconfig code in the kernel (currently 2.6.36-rc1) tweaked to suit Buildroot. To update: cp -r /usr/src/linux/scripts/kconfig package/config.new cd package/config.new cp -a ../config/patches ../config/README.buildroot2 . quilt push -a # Fix any conflict cd .. rm -rf config mv config.new config Then verify the toplevel targets work: config defconfig menuconfig xconfig gconfig oldconfig