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

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