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

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