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

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