2
1
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