Petr Vorel 04918ca72f support/kconfig: Add missing target to README.buildroot %!s(int64=6) %!d(string=hai) anos
..
lxdialog 8868051262 kconfig/lxdialog: get ncurses CFLAGS with pkg-config %!s(int64=9) %!d(string=hai) anos
patches 8aa4ee2b02 support/kconfig: ppply upstream nconfig ncurses/ncursesw fix %!s(int64=6) %!d(string=hai) anos
.gitignore 56da3859c7 support: move kconfig stuff from package/config to support/kconfig %!s(int64=12) %!d(string=hai) anos
Makefile 8aa4ee2b02 support/kconfig: ppply upstream nconfig ncurses/ncursesw fix %!s(int64=6) %!d(string=hai) anos
Makefile.br b58bf60b51 support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix %!s(int64=11) %!d(string=hai) anos
POTFILES.in 56da3859c7 support: move kconfig stuff from package/config to support/kconfig %!s(int64=12) %!d(string=hai) anos
README.buildroot 04918ca72f support/kconfig: Add missing target to README.buildroot %!s(int64=6) %!d(string=hai) anos
check.sh 6997e461fd support/kconfig: upgrade to 3.9-rc2 %!s(int64=11) %!d(string=hai) anos
conf.c b48e35a28a support/kconfig: bump to kconfig from linux-3.12 %!s(int64=10) %!d(string=hai) anos
confdata.c 4113b3c3bd infra: replace BUILDROOT_CONFIG with BR2_CONFIG %!s(int64=10) %!d(string=hai) anos
expr.c 147be50283 support/kconfig: remove useless patch %!s(int64=10) %!d(string=hai) anos
expr.h ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 %!s(int64=10) %!d(string=hai) anos
foo.h 56da3859c7 support: move kconfig stuff from package/config to support/kconfig %!s(int64=12) %!d(string=hai) anos
gconf.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 %!s(int64=11) %!d(string=hai) anos
gconf.glade 56da3859c7 support: move kconfig stuff from package/config to support/kconfig %!s(int64=12) %!d(string=hai) anos
images.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig %!s(int64=12) %!d(string=hai) anos
kxgettext.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 %!s(int64=11) %!d(string=hai) anos
list.h b48e35a28a support/kconfig: bump to kconfig from linux-3.12 %!s(int64=10) %!d(string=hai) anos
lkc.h b48e35a28a support/kconfig: bump to kconfig from linux-3.12 %!s(int64=10) %!d(string=hai) anos
lkc_proto.h b48e35a28a support/kconfig: bump to kconfig from linux-3.12 %!s(int64=10) %!d(string=hai) anos
mconf.c 787f4fee71 support/kconfig: fix usage typo and align verb tenses %!s(int64=6) %!d(string=hai) anos
menu.c ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 %!s(int64=10) %!d(string=hai) anos
merge_config.sh 28fac3973b merge_config.sh: add br2-external support %!s(int64=6) %!d(string=hai) anos
nconf.c b48e35a28a support/kconfig: bump to kconfig from linux-3.12 %!s(int64=10) %!d(string=hai) anos
nconf.gui.c b48e35a28a support/kconfig: bump to kconfig from linux-3.12 %!s(int64=10) %!d(string=hai) anos
nconf.h 6997e461fd support/kconfig: upgrade to 3.9-rc2 %!s(int64=11) %!d(string=hai) anos
qconf.cc a4f194c83d support/kconfig: Fix remaining 'kernel' mention %!s(int64=10) %!d(string=hai) anos
qconf.h ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 %!s(int64=10) %!d(string=hai) anos
streamline_config.pl b48e35a28a support/kconfig: bump to kconfig from linux-3.12 %!s(int64=10) %!d(string=hai) anos
symbol.c ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 %!s(int64=10) %!d(string=hai) anos
util.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 %!s(int64=11) %!d(string=hai) anos
zconf.gperf 6997e461fd support/kconfig: upgrade to 3.9-rc2 %!s(int64=11) %!d(string=hai) anos
zconf.hash.c_shipped 6997e461fd support/kconfig: upgrade to 3.9-rc2 %!s(int64=11) %!d(string=hai) anos
zconf.l ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 %!s(int64=10) %!d(string=hai) anos
zconf.lex.c_shipped 6997e461fd support/kconfig: upgrade to 3.9-rc2 %!s(int64=11) %!d(string=hai) anos
zconf.tab.c_shipped b48e35a28a support/kconfig: bump to kconfig from linux-3.12 %!s(int64=10) %!d(string=hai) anos
zconf.y b48e35a28a support/kconfig: bump to kconfig from linux-3.12 %!s(int64=10) %!d(string=hai) anos

README.buildroot

This is a copy of the kconfig code in the kernel (currently 3.13-rc5) 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 ../kconfig/.gitignore .
quilt push -a
# Fix any conflict
cd ..
rm -rf kconfig
mv kconfig.new kconfig

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