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

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