Mike Frysinger 266bdc1f62 Replace FSF snail mail address with URLs %!s(int64=11) %!d(string=hai) anos
..
lxdialog 266bdc1f62 Replace FSF snail mail address with URLs %!s(int64=11) %!d(string=hai) anos
.gitignore b7a51199bd - pull kconfig from 2.6.25.4 %!s(int64=16) %!d(string=hai) anos
Makefile 0c5262ec8d lxdialog: fix ncursesw include detection %!s(int64=14) %!d(string=hai) anos
Makefile.kconfig a8697cd036 silence rule overriding %!s(int64=14) %!d(string=hai) anos
POTFILES.in b7a51199bd - pull kconfig from 2.6.25.4 %!s(int64=16) %!d(string=hai) anos
README.uClibc 7738ddaa11 - pull kconfig from linux-2.6.27 %!s(int64=15) %!d(string=hai) anos
check.sh b7a51199bd - pull kconfig from 2.6.25.4 %!s(int64=16) %!d(string=hai) anos
conf.c 49d8a0e9c6 support building out-of-tree %!s(int64=14) %!d(string=hai) anos
confdata.c f35fc19fdb config: support make defconfig O=/f/o/o %!s(int64=14) %!d(string=hai) anos
expr.c b7a51199bd - pull kconfig from 2.6.25.4 %!s(int64=16) %!d(string=hai) anos
expr.h 49d8a0e9c6 support building out-of-tree %!s(int64=14) %!d(string=hai) anos
gconf.c b7a51199bd - pull kconfig from 2.6.25.4 %!s(int64=16) %!d(string=hai) anos
gconf.glade b7a51199bd - pull kconfig from 2.6.25.4 %!s(int64=16) %!d(string=hai) anos
images.c 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
kconfig-language.txt 7738ddaa11 - pull kconfig from linux-2.6.27 %!s(int64=15) %!d(string=hai) anos
kconfig-to-uclibc.patch.gz c44ca63233 - Print helptexts of choices. If a choice (but not it's children) has help, print that. %!s(int64=15) %!d(string=hai) anos
kconfig_load.c 43a95b8896 pull latest kconfig from kernel %!s(int64=17) %!d(string=hai) anos
kxgettext.c b7a51199bd - pull kconfig from 2.6.25.4 %!s(int64=16) %!d(string=hai) anos
lex.zconf.c_shipped 49d8a0e9c6 support building out-of-tree %!s(int64=14) %!d(string=hai) anos
lkc.h 7738ddaa11 - pull kconfig from linux-2.6.27 %!s(int64=15) %!d(string=hai) anos
lkc_proto.h 7738ddaa11 - pull kconfig from linux-2.6.27 %!s(int64=15) %!d(string=hai) anos
mconf.c c44ca63233 - Print helptexts of choices. If a choice (but not it's children) has help, print that. %!s(int64=15) %!d(string=hai) anos
menu.c 7738ddaa11 - pull kconfig from linux-2.6.27 %!s(int64=15) %!d(string=hai) anos
qconf.cc 49d8a0e9c6 support building out-of-tree %!s(int64=14) %!d(string=hai) anos
qconf.h b7a51199bd - pull kconfig from 2.6.25.4 %!s(int64=16) %!d(string=hai) anos
symbol.c 7738ddaa11 - pull kconfig from linux-2.6.27 %!s(int64=15) %!d(string=hai) anos
util.c 7738ddaa11 - pull kconfig from linux-2.6.27 %!s(int64=15) %!d(string=hai) anos
zconf.gperf b7a51199bd - pull kconfig from 2.6.25.4 %!s(int64=16) %!d(string=hai) anos
zconf.hash.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 %!s(int64=16) %!d(string=hai) anos
zconf.l 49d8a0e9c6 support building out-of-tree %!s(int64=14) %!d(string=hai) anos
zconf.tab.c_shipped 266bdc1f62 Replace FSF snail mail address with URLs %!s(int64=11) %!d(string=hai) anos
zconf.y 7738ddaa11 - pull kconfig from linux-2.6.27 %!s(int64=15) %!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
zcat ../config/kconfig-to-uclibc.patch.gz | patch -p1
cp ../config/README.uClibc .
cp ../config/Makefile .
cd ..
rm -rf config
mv config.new config

Then verify the toplevel targets work:
config
defconfig
menuconfig
oldconfig