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