Mike Frysinger 43a95b8896 pull latest kconfig from kernel 17 anni fa
..
lxdialog 43a95b8896 pull latest kconfig from kernel 17 anni fa
Makefile 43a95b8896 pull latest kconfig from kernel 17 anni fa
Makefile.kconfig 43a95b8896 pull latest kconfig from kernel 17 anni fa
POTFILES.in 43a95b8896 pull latest kconfig from kernel 17 anni fa
README.uClibc 43a95b8896 pull latest kconfig from kernel 17 anni fa
conf-header.sh 43a95b8896 pull latest kconfig from kernel 17 anni fa
conf.c 43a95b8896 pull latest kconfig from kernel 17 anni fa
confdata.c 43a95b8896 pull latest kconfig from kernel 17 anni fa
expr.c 43a95b8896 pull latest kconfig from kernel 17 anni fa
expr.h 43a95b8896 pull latest kconfig from kernel 17 anni fa
gconf.c 43a95b8896 pull latest kconfig from kernel 17 anni fa
gconf.glade 43a95b8896 pull latest kconfig from kernel 17 anni fa
images.c 43a95b8896 pull latest kconfig from kernel 17 anni fa
kconfig-language.txt 43a95b8896 pull latest kconfig from kernel 17 anni fa
kconfig-to-uclibc.patch 43a95b8896 pull latest kconfig from kernel 17 anni fa
kconfig_load.c 43a95b8896 pull latest kconfig from kernel 17 anni fa
kxgettext.c 43a95b8896 pull latest kconfig from kernel 17 anni fa
lex.zconf.c_shipped 43a95b8896 pull latest kconfig from kernel 17 anni fa
lkc.h 43a95b8896 pull latest kconfig from kernel 17 anni fa
lkc_proto.h 43a95b8896 pull latest kconfig from kernel 17 anni fa
mconf.c 43a95b8896 pull latest kconfig from kernel 17 anni fa
menu.c 43a95b8896 pull latest kconfig from kernel 17 anni fa
qconf.cc 43a95b8896 pull latest kconfig from kernel 17 anni fa
qconf.h 43a95b8896 pull latest kconfig from kernel 17 anni fa
symbol.c 43a95b8896 pull latest kconfig from kernel 17 anni fa
util.c 43a95b8896 pull latest kconfig from kernel 17 anni fa
zconf.gperf 43a95b8896 pull latest kconfig from kernel 17 anni fa
zconf.hash.c_shipped 43a95b8896 pull latest kconfig from kernel 17 anni fa
zconf.l 43a95b8896 pull latest kconfig from kernel 17 anni fa
zconf.tab.c_shipped 43a95b8896 pull latest kconfig from kernel 17 anni fa
zconf.y 43a95b8896 pull latest kconfig from kernel 17 anni fa

README.uClibc

This is a copy of the kconfig code in the kernel tweaked to suite uClibc.

To update:
cp -r /usr/src/linux/scripts/kconfig extra/config.new
cd extra/config.new
cp /usr/src/linux/Documentation/kbuild/kconfig-language.txt .
mv Makefile Makefile.kconfig
patch -p1 < ../config/kconfig-to-uclibc.patch
cp ../config/conf-header.sh ../config/README.uClibc .
cd ..
rm -rf config
mv config.new config

Then verify the toplevel targets work:
config
defconfig
menuconfig
oldconfig