Peter Korsgaard 21f540be4e kconfig: sync with linux-3.0 13 年之前
..
lxdialog 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 年之前
patches 21f540be4e kconfig: sync with linux-3.0 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 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 14 年之前
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