Bernhard Reutner-Fischer b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
..
lxdialog b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
.gitignore b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
Makefile b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
Makefile.kconfig b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
POTFILES.in b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
README.uClibc cc3c59c913 fix typo pointed out by Al Stone 18 ani în urmă
check.sh b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
conf.c b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
confdata.c b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
expr.c b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
expr.h b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
gconf.c b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
gconf.glade b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
images.c 43a95b8896 pull latest kconfig from kernel 19 ani în urmă
kconfig-language.txt b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
kconfig-to-uclibc.patch 046781273e Have Makefile.in call conf-header.sh instead of having kconfig call it 18 ani în urmă
kconfig_load.c 43a95b8896 pull latest kconfig from kernel 19 ani în urmă
kxgettext.c b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
lex.zconf.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
lkc.h b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
lkc_proto.h b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
mconf.c b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
menu.c b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
qconf.cc b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
qconf.h b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
symbol.c b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
util.c b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
zconf.gperf b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
zconf.hash.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
zconf.l b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
zconf.tab.c_shipped b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă
zconf.y b7a51199bd - pull kconfig from 2.6.25.4 17 ani în urmă

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