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

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