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

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
xconfig
gconfig
oldconfig