Mike Frysinger 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
..
lxdialog 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
Makefile 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
Makefile.kconfig 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
POTFILES.in 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
README.uClibc 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
conf-header.sh 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
conf.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
confdata.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
expr.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
expr.h 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
gconf.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
gconf.glade 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
images.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
kconfig-language.txt 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
kconfig-to-uclibc.patch 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
kconfig_load.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
kxgettext.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
lex.zconf.c_shipped 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
lkc.h 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
lkc_proto.h 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
mconf.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
menu.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
qconf.cc 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
qconf.h 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
symbol.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
util.c 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
zconf.gperf 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
zconf.hash.c_shipped 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
zconf.l 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
zconf.tab.c_shipped 43a95b8896 pull latest kconfig from kernel vor 17 Jahren
zconf.y 43a95b8896 pull latest kconfig from kernel vor 17 Jahren

README.uClibc

This is a copy of the kconfig code in the kernel tweaked to suite 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/conf-header.sh ../config/README.uClibc .
cd ..
rm -rf config
mv config.new config

Then verify the toplevel targets work:
config
defconfig
menuconfig
oldconfig