Arnout Vandecappelle 4113b3c3bd infra: replace BUILDROOT_CONFIG with BR2_CONFIG há 11 anos atrás
..
lxdialog b48e35a28a support/kconfig: bump to kconfig from linux-3.12 há 11 anos atrás
patches 4113b3c3bd infra: replace BUILDROOT_CONFIG with BR2_CONFIG há 11 anos atrás
.gitignore 56da3859c7 support: move kconfig stuff from package/config to support/kconfig há 14 anos atrás
Makefile b48e35a28a support/kconfig: bump to kconfig from linux-3.12 há 11 anos atrás
Makefile.br b58bf60b51 support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix há 12 anos atrás
POTFILES.in 56da3859c7 support: move kconfig stuff from package/config to support/kconfig há 14 anos atrás
README.buildroot ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 há 11 anos atrás
check.sh 6997e461fd support/kconfig: upgrade to 3.9-rc2 há 12 anos atrás
conf.c b48e35a28a support/kconfig: bump to kconfig from linux-3.12 há 11 anos atrás
confdata.c 4113b3c3bd infra: replace BUILDROOT_CONFIG with BR2_CONFIG há 11 anos atrás
expr.c 147be50283 support/kconfig: remove useless patch há 11 anos atrás
expr.h ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 há 11 anos atrás
foo.h 56da3859c7 support: move kconfig stuff from package/config to support/kconfig há 14 anos atrás
gconf.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 há 12 anos atrás
gconf.glade 56da3859c7 support: move kconfig stuff from package/config to support/kconfig há 14 anos atrás
images.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig há 14 anos atrás
kxgettext.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 há 12 anos atrás
list.h b48e35a28a support/kconfig: bump to kconfig from linux-3.12 há 11 anos atrás
lkc.h b48e35a28a support/kconfig: bump to kconfig from linux-3.12 há 11 anos atrás
lkc_proto.h b48e35a28a support/kconfig: bump to kconfig from linux-3.12 há 11 anos atrás
mconf.c a4f194c83d support/kconfig: Fix remaining 'kernel' mention há 11 anos atrás
menu.c ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 há 11 anos atrás
merge_config.sh b48e35a28a support/kconfig: bump to kconfig from linux-3.12 há 11 anos atrás
nconf.c b48e35a28a support/kconfig: bump to kconfig from linux-3.12 há 11 anos atrás
nconf.gui.c b48e35a28a support/kconfig: bump to kconfig from linux-3.12 há 11 anos atrás
nconf.h 6997e461fd support/kconfig: upgrade to 3.9-rc2 há 12 anos atrás
qconf.cc a4f194c83d support/kconfig: Fix remaining 'kernel' mention há 11 anos atrás
qconf.h ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 há 11 anos atrás
streamline_config.pl b48e35a28a support/kconfig: bump to kconfig from linux-3.12 há 11 anos atrás
symbol.c ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 há 11 anos atrás
util.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 há 12 anos atrás
zconf.gperf 6997e461fd support/kconfig: upgrade to 3.9-rc2 há 12 anos atrás
zconf.hash.c_shipped 6997e461fd support/kconfig: upgrade to 3.9-rc2 há 12 anos atrás
zconf.l ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 há 11 anos atrás
zconf.lex.c_shipped 6997e461fd support/kconfig: upgrade to 3.9-rc2 há 12 anos atrás
zconf.tab.c_shipped b48e35a28a support/kconfig: bump to kconfig from linux-3.12 há 11 anos atrás
zconf.y b48e35a28a support/kconfig: bump to kconfig from linux-3.12 há 11 anos atrás

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