Bernhard Reutner-Fischer f1775381f9 - fix inline keyword 16 年 前
..
lxdialog b7a51199bd - pull kconfig from 2.6.25.4 16 年 前
.gitignore b7a51199bd - pull kconfig from 2.6.25.4 16 年 前
Makefile b7a51199bd - pull kconfig from 2.6.25.4 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