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

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