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

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