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

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