Bernhard Reutner-Fischer b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
..
lxdialog b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
.gitignore b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
Makefile b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
Makefile.kconfig b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
POTFILES.in b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
README.uClibc cc3c59c913 fix typo pointed out by Al Stone vor 17 Jahren
check.sh b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
conf.c b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
confdata.c b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
expr.c b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
expr.h b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
gconf.c b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
gconf.glade b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
images.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
kconfig-language.txt b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
kconfig-to-uclibc.patch 046781273e Have Makefile.in call conf-header.sh instead of having kconfig call it vor 17 Jahren
kconfig_load.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
kxgettext.c b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
lex.zconf.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
lkc.h b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
lkc_proto.h b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
mconf.c b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
menu.c b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
qconf.cc b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
qconf.h b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
symbol.c b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
util.c b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
zconf.gperf b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
zconf.hash.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
zconf.l b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
zconf.tab.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren
zconf.y b7a51199bd - pull kconfig from 2.6.25.4 vor 16 Jahren

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