Denis Vlasenko 4668e42b90 Makefile.kconfig: whitespace fix %!s(int64=16) %!d(string=hai) anos
..
lxdialog 4c8bdd2e7a fix from Kevin Day to make sure we use strchr() rather than index() %!s(int64=17) %!d(string=hai) anos
Makefile 15e6cdf87a - fix order of link-flags %!s(int64=16) %!d(string=hai) anos
Makefile.kconfig 4668e42b90 Makefile.kconfig: whitespace fix %!s(int64=16) %!d(string=hai) anos
POTFILES.in 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
README.uClibc cc3c59c913 fix typo pointed out by Al Stone %!s(int64=17) %!d(string=hai) anos
conf.c 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
confdata.c 046781273e Have Makefile.in call conf-header.sh instead of having kconfig call it %!s(int64=17) %!d(string=hai) anos
expr.c 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
expr.h 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
gconf.c 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
gconf.glade 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
images.c 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
kconfig-language.txt 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
kconfig-to-uclibc.patch 046781273e Have Makefile.in call conf-header.sh instead of having kconfig call it %!s(int64=17) %!d(string=hai) anos
kconfig_load.c 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
kxgettext.c 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
lex.zconf.c_shipped 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
lkc.h 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
lkc_proto.h 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
mconf.c 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
menu.c 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
qconf.cc 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
qconf.h 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
symbol.c 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
util.c 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
zconf.gperf 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
zconf.hash.c_shipped 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
zconf.l 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
zconf.tab.c_shipped 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
zconf.y 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos

README.uClibc

This is a copy of the kconfig code in the kernel tweaked to suit 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/README.uClibc .
cd ..
rm -rf config
mv config.new config

Then verify the toplevel targets work:
config
defconfig
menuconfig
oldconfig