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

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