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

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