Carmelo Amoroso afedbca93b Remove .depend when doing distclean 16 yıl önce
..
lxdialog 1f020b1786 - trim any trailing whitespace 16 yıl önce
.gitignore b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
Makefile afedbca93b Remove .depend when doing distclean 16 yıl önce
Makefile.kconfig b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
POTFILES.in b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
README.uClibc cc3c59c913 fix typo pointed out by Al Stone 17 yıl önce
check.sh b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
conf.c b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
confdata.c b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
expr.c b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
expr.h f1775381f9 - fix inline keyword 16 yıl önce
gconf.c b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
gconf.glade b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
images.c 43a95b8896 pull latest kconfig from kernel 18 yıl önce
kconfig-language.txt b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
kconfig-to-uclibc.patch.gz abb4ab4e62 - drats. The pre-commit hook is broken. No chance to ci a patch other than obfuscated, sorry. 16 yıl önce
kconfig_load.c 43a95b8896 pull latest kconfig from kernel 18 yıl önce
kxgettext.c b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
lex.zconf.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
lkc.h f1775381f9 - fix inline keyword 16 yıl önce
lkc_proto.h b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
mconf.c b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
menu.c b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
qconf.cc b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
qconf.h b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
symbol.c b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
util.c b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
zconf.gperf b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
zconf.hash.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
zconf.l b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
zconf.tab.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce
zconf.y b7a51199bd - pull kconfig from 2.6.25.4 16 yıl önce

README.uClibc

This is a copy of the kconfig code in the kernel tweaked to suit 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/README.uClibc .
cd ..
rm -rf config
mv config.new config

Then verify the toplevel targets work:
config
defconfig
menuconfig
oldconfig