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

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