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

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