Carmelo Amoroso afedbca93b Remove .depend when doing distclean 16 éve
..
lxdialog 1f020b1786 - trim any trailing whitespace 16 éve
.gitignore b7a51199bd - pull kconfig from 2.6.25.4 16 éve
Makefile afedbca93b Remove .depend when doing distclean 16 éve
Makefile.kconfig b7a51199bd - pull kconfig from 2.6.25.4 16 éve
POTFILES.in b7a51199bd - pull kconfig from 2.6.25.4 16 éve
README.uClibc cc3c59c913 fix typo pointed out by Al Stone 17 éve
check.sh b7a51199bd - pull kconfig from 2.6.25.4 16 éve
conf.c b7a51199bd - pull kconfig from 2.6.25.4 16 éve
confdata.c b7a51199bd - pull kconfig from 2.6.25.4 16 éve
expr.c b7a51199bd - pull kconfig from 2.6.25.4 16 éve
expr.h f1775381f9 - fix inline keyword 16 éve
gconf.c b7a51199bd - pull kconfig from 2.6.25.4 16 éve
gconf.glade b7a51199bd - pull kconfig from 2.6.25.4 16 éve
images.c 43a95b8896 pull latest kconfig from kernel 17 éve
kconfig-language.txt b7a51199bd - pull kconfig from 2.6.25.4 16 éve
kconfig-to-uclibc.patch.gz abb4ab4e62 - drats. The pre-commit hook is broken. No chance to ci a patch other than obfuscated, sorry. 16 éve
kconfig_load.c 43a95b8896 pull latest kconfig from kernel 17 éve
kxgettext.c b7a51199bd - pull kconfig from 2.6.25.4 16 éve
lex.zconf.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 16 éve
lkc.h f1775381f9 - fix inline keyword 16 éve
lkc_proto.h b7a51199bd - pull kconfig from 2.6.25.4 16 éve
mconf.c b7a51199bd - pull kconfig from 2.6.25.4 16 éve
menu.c b7a51199bd - pull kconfig from 2.6.25.4 16 éve
qconf.cc b7a51199bd - pull kconfig from 2.6.25.4 16 éve
qconf.h b7a51199bd - pull kconfig from 2.6.25.4 16 éve
symbol.c b7a51199bd - pull kconfig from 2.6.25.4 16 éve
util.c b7a51199bd - pull kconfig from 2.6.25.4 16 éve
zconf.gperf b7a51199bd - pull kconfig from 2.6.25.4 16 éve
zconf.hash.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 16 éve
zconf.l b7a51199bd - pull kconfig from 2.6.25.4 16 éve
zconf.tab.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 16 éve
zconf.y b7a51199bd - pull kconfig from 2.6.25.4 16 é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