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