Guillermo A. Amaral eefe01c5d1 support/kconfig: Apply upstream nconfig ncurses/ncursesw fix před 6 roky
..
lxdialog 8868051262 kconfig/lxdialog: get ncurses CFLAGS with pkg-config před 9 roky
patches eefe01c5d1 support/kconfig: Apply upstream nconfig ncurses/ncursesw fix před 6 roky
.gitignore 56da3859c7 support: move kconfig stuff from package/config to support/kconfig před 12 roky
Makefile eefe01c5d1 support/kconfig: Apply upstream nconfig ncurses/ncursesw fix před 6 roky
Makefile.br b58bf60b51 support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix před 11 roky
POTFILES.in 56da3859c7 support: move kconfig stuff from package/config to support/kconfig před 12 roky
README.buildroot ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 před 10 roky
check.sh 6997e461fd support/kconfig: upgrade to 3.9-rc2 před 11 roky
conf.c b48e35a28a support/kconfig: bump to kconfig from linux-3.12 před 10 roky
confdata.c 4113b3c3bd infra: replace BUILDROOT_CONFIG with BR2_CONFIG před 10 roky
expr.c 147be50283 support/kconfig: remove useless patch před 10 roky
expr.h ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 před 10 roky
foo.h 56da3859c7 support: move kconfig stuff from package/config to support/kconfig před 12 roky
gconf.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 před 11 roky
gconf.glade 56da3859c7 support: move kconfig stuff from package/config to support/kconfig před 12 roky
images.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig před 12 roky
kxgettext.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 před 11 roky
list.h b48e35a28a support/kconfig: bump to kconfig from linux-3.12 před 10 roky
lkc.h b48e35a28a support/kconfig: bump to kconfig from linux-3.12 před 10 roky
lkc_proto.h b48e35a28a support/kconfig: bump to kconfig from linux-3.12 před 10 roky
mconf.c 79da53917e support/kconfig: fix usage typo and align verb tenses před 6 roky
menu.c ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 před 10 roky
merge_config.sh 0f56304521 merge_config.sh: create temporary files in /tmp před 8 roky
nconf.c b48e35a28a support/kconfig: bump to kconfig from linux-3.12 před 10 roky
nconf.gui.c b48e35a28a support/kconfig: bump to kconfig from linux-3.12 před 10 roky
nconf.h 6997e461fd support/kconfig: upgrade to 3.9-rc2 před 11 roky
qconf.cc a4f194c83d support/kconfig: Fix remaining 'kernel' mention před 10 roky
qconf.h ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 před 10 roky
streamline_config.pl b48e35a28a support/kconfig: bump to kconfig from linux-3.12 před 10 roky
symbol.c ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 před 10 roky
util.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 před 11 roky
zconf.gperf 6997e461fd support/kconfig: upgrade to 3.9-rc2 před 11 roky
zconf.hash.c_shipped 6997e461fd support/kconfig: upgrade to 3.9-rc2 před 11 roky
zconf.l ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 před 10 roky
zconf.lex.c_shipped 6997e461fd support/kconfig: upgrade to 3.9-rc2 před 11 roky
zconf.tab.c_shipped b48e35a28a support/kconfig: bump to kconfig from linux-3.12 před 10 roky
zconf.y b48e35a28a support/kconfig: bump to kconfig from linux-3.12 před 10 roky

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