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

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