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