Peter Seiderer 1c5ff4981c support/kconfig: Fix typo in README.buildroot. 11 éve
..
lxdialog 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
patches b58bf60b51 support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix 12 éve
.gitignore 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 éve
Makefile 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
Makefile.br b58bf60b51 support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix 12 éve
POTFILES.in 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 éve
README.buildroot 1c5ff4981c support/kconfig: Fix typo in README.buildroot. 11 éve
check.sh 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
conf.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
confdata.c b58bf60b51 support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix 12 éve
expr.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
expr.h 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
foo.h 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 éve
gconf.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
gconf.glade 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 éve
images.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 éve
kxgettext.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
list.h 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
lkc.h b58bf60b51 support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix 12 éve
lkc_proto.h 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
mconf.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
menu.c b58bf60b51 support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix 12 éve
merge_config.sh 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
nconf.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
nconf.gui.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
nconf.h 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
qconf.cc 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
qconf.h 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
streamline_config.pl 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
symbol.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
util.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
zconf.gperf 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
zconf.hash.c_shipped 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
zconf.l 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
zconf.lex.c_shipped 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
zconf.tab.c_shipped 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve
zconf.y 6997e461fd support/kconfig: upgrade to 3.9-rc2 12 éve

README.buildroot

This is a copy of the kconfig code in the kernel (currently 3.9-rc2) tweaked
to suit Buildroot.

To update:
cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
cd support/kconfig.new
cp -a ../kconfig/patches ../kconfig/README.buildroot .
quilt push -a
# Fix any conflict
cd ..
rm -rf kconfig
mv kconfig.new kconfig

Then verify the toplevel targets work:
config
defconfig
menuconfig
xconfig
gconfig
oldconfig