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

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