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

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