Thomas Petazzoni 5f42b778a0 kconfig: do not use HOST_LOADLIBES anymore 13 jaren geleden
..
lxdialog 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
patches 5f42b778a0 kconfig: do not use HOST_LOADLIBES anymore 13 jaren geleden
.gitignore 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
Makefile 21f540be4e kconfig: sync with linux-3.0 13 jaren geleden
Makefile.br 5f42b778a0 kconfig: do not use HOST_LOADLIBES anymore 13 jaren geleden
POTFILES.in 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
README.buildroot2 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
check.sh 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
conf.c 21f540be4e kconfig: sync with linux-3.0 13 jaren geleden
confdata.c 21f540be4e kconfig: sync with linux-3.0 13 jaren geleden
expr.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
expr.h 21f540be4e kconfig: sync with linux-3.0 13 jaren geleden
foo.h 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
gconf.c 21f540be4e kconfig: sync with linux-3.0 13 jaren geleden
gconf.glade 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
images.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
kconfig_load.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
kxgettext.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
lex.zconf.c_shipped 21f540be4e kconfig: sync with linux-3.0 13 jaren geleden
lkc.h 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
lkc_proto.h 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
mconf.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
menu.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
nconf.c 21f540be4e kconfig: sync with linux-3.0 13 jaren geleden
nconf.gui.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
nconf.h 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
qconf.cc 21f540be4e kconfig: sync with linux-3.0 13 jaren geleden
qconf.h 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
streamline_config.pl 21f540be4e kconfig: sync with linux-3.0 13 jaren geleden
symbol.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
util.c 21f540be4e kconfig: sync with linux-3.0 13 jaren geleden
zconf.gperf 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
zconf.hash.c_shipped 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
zconf.l 21f540be4e kconfig: sync with linux-3.0 13 jaren geleden
zconf.tab.c_shipped 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden
zconf.y 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 jaren geleden

README.buildroot2

This is a copy of the kconfig code in the kernel (currently 2.6.37-rc1) tweaked
to suit Buildroot.

To update:
cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
cd support/config.new
cp -a ../kconfig/patches ../kconfig/README.buildroot2 .
quilt push -a
# Fix any conflict
cd ..
rm -rf config
mv kconfig.new kconfig

Then verify the toplevel targets work:
config
defconfig
menuconfig
xconfig
gconfig
oldconfig