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

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