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

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