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

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