Bernhard Reutner-Fischer c44ca63233 - Print helptexts of choices. If a choice (but not it's children) has help, print that. hace 15 años
..
lxdialog 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
.gitignore b7a51199bd - pull kconfig from 2.6.25.4 hace 16 años
Makefile 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
Makefile.kconfig 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
POTFILES.in b7a51199bd - pull kconfig from 2.6.25.4 hace 16 años
README.uClibc 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
check.sh b7a51199bd - pull kconfig from 2.6.25.4 hace 16 años
conf.c 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
confdata.c 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
expr.c b7a51199bd - pull kconfig from 2.6.25.4 hace 16 años
expr.h 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 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 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
kconfig-to-uclibc.patch.gz c44ca63233 - Print helptexts of choices. If a choice (but not it's children) has help, print that. hace 15 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 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
lkc.h 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
lkc_proto.h 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
mconf.c c44ca63233 - Print helptexts of choices. If a choice (but not it's children) has help, print that. hace 15 años
menu.c 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 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 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
util.c 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 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 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
zconf.tab.c_shipped 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 años
zconf.y 7738ddaa11 - pull kconfig from linux-2.6.27 hace 15 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
zcat ../config/kconfig-to-uclibc.patch.gz | patch -p1
cp ../config/README.uClibc .
cp ../config/Makefile .
cd ..
rm -rf config
mv config.new config

Then verify the toplevel targets work:
config
defconfig
menuconfig
oldconfig