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

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