Mike Frysinger 266bdc1f62 Replace FSF snail mail address with URLs 11 rokov pred
..
lxdialog 266bdc1f62 Replace FSF snail mail address with URLs 11 rokov pred
.gitignore b7a51199bd - pull kconfig from 2.6.25.4 16 rokov pred
Makefile 0c5262ec8d lxdialog: fix ncursesw include detection 14 rokov pred
Makefile.kconfig a8697cd036 silence rule overriding 14 rokov pred
POTFILES.in b7a51199bd - pull kconfig from 2.6.25.4 16 rokov pred
README.uClibc 7738ddaa11 - pull kconfig from linux-2.6.27 15 rokov pred
check.sh b7a51199bd - pull kconfig from 2.6.25.4 16 rokov pred
conf.c 49d8a0e9c6 support building out-of-tree 14 rokov pred
confdata.c f35fc19fdb config: support make defconfig O=/f/o/o 14 rokov pred
expr.c b7a51199bd - pull kconfig from 2.6.25.4 16 rokov pred
expr.h 49d8a0e9c6 support building out-of-tree 14 rokov pred
gconf.c b7a51199bd - pull kconfig from 2.6.25.4 16 rokov pred
gconf.glade b7a51199bd - pull kconfig from 2.6.25.4 16 rokov pred
images.c 43a95b8896 pull latest kconfig from kernel 17 rokov pred
kconfig-language.txt 7738ddaa11 - pull kconfig from linux-2.6.27 15 rokov pred
kconfig-to-uclibc.patch.gz c44ca63233 - Print helptexts of choices. If a choice (but not it's children) has help, print that. 15 rokov pred
kconfig_load.c 43a95b8896 pull latest kconfig from kernel 17 rokov pred
kxgettext.c b7a51199bd - pull kconfig from 2.6.25.4 16 rokov pred
lex.zconf.c_shipped 49d8a0e9c6 support building out-of-tree 14 rokov pred
lkc.h 7738ddaa11 - pull kconfig from linux-2.6.27 15 rokov pred
lkc_proto.h 7738ddaa11 - pull kconfig from linux-2.6.27 15 rokov pred
mconf.c c44ca63233 - Print helptexts of choices. If a choice (but not it's children) has help, print that. 15 rokov pred
menu.c 7738ddaa11 - pull kconfig from linux-2.6.27 15 rokov pred
qconf.cc 49d8a0e9c6 support building out-of-tree 14 rokov pred
qconf.h b7a51199bd - pull kconfig from 2.6.25.4 16 rokov pred
symbol.c 7738ddaa11 - pull kconfig from linux-2.6.27 15 rokov pred
util.c 7738ddaa11 - pull kconfig from linux-2.6.27 15 rokov pred
zconf.gperf b7a51199bd - pull kconfig from 2.6.25.4 16 rokov pred
zconf.hash.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 16 rokov pred
zconf.l 49d8a0e9c6 support building out-of-tree 14 rokov pred
zconf.tab.c_shipped 266bdc1f62 Replace FSF snail mail address with URLs 11 rokov pred
zconf.y 7738ddaa11 - pull kconfig from linux-2.6.27 15 rokov pred

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