Denis Vlasenko 4668e42b90 Makefile.kconfig: whitespace fix hace 16 años
..
lxdialog 4c8bdd2e7a fix from Kevin Day to make sure we use strchr() rather than index() hace 17 años
Makefile 15e6cdf87a - fix order of link-flags hace 16 años
Makefile.kconfig 4668e42b90 Makefile.kconfig: whitespace fix hace 16 años
POTFILES.in 43a95b8896 pull latest kconfig from kernel hace 17 años
README.uClibc cc3c59c913 fix typo pointed out by Al Stone hace 17 años
conf.c 43a95b8896 pull latest kconfig from kernel hace 17 años
confdata.c 046781273e Have Makefile.in call conf-header.sh instead of having kconfig call it hace 17 años
expr.c 43a95b8896 pull latest kconfig from kernel hace 17 años
expr.h 43a95b8896 pull latest kconfig from kernel hace 17 años
gconf.c 43a95b8896 pull latest kconfig from kernel hace 17 años
gconf.glade 43a95b8896 pull latest kconfig from kernel hace 17 años
images.c 43a95b8896 pull latest kconfig from kernel hace 17 años
kconfig-language.txt 43a95b8896 pull latest kconfig from kernel hace 17 años
kconfig-to-uclibc.patch 046781273e Have Makefile.in call conf-header.sh instead of having kconfig call it hace 17 años
kconfig_load.c 43a95b8896 pull latest kconfig from kernel hace 17 años
kxgettext.c 43a95b8896 pull latest kconfig from kernel hace 17 años
lex.zconf.c_shipped 43a95b8896 pull latest kconfig from kernel hace 17 años
lkc.h 43a95b8896 pull latest kconfig from kernel hace 17 años
lkc_proto.h 43a95b8896 pull latest kconfig from kernel hace 17 años
mconf.c 43a95b8896 pull latest kconfig from kernel hace 17 años
menu.c 43a95b8896 pull latest kconfig from kernel hace 17 años
qconf.cc 43a95b8896 pull latest kconfig from kernel hace 17 años
qconf.h 43a95b8896 pull latest kconfig from kernel hace 17 años
symbol.c 43a95b8896 pull latest kconfig from kernel hace 17 años
util.c 43a95b8896 pull latest kconfig from kernel hace 17 años
zconf.gperf 43a95b8896 pull latest kconfig from kernel hace 17 años
zconf.hash.c_shipped 43a95b8896 pull latest kconfig from kernel hace 17 años
zconf.l 43a95b8896 pull latest kconfig from kernel hace 17 años
zconf.tab.c_shipped 43a95b8896 pull latest kconfig from kernel hace 17 años
zconf.y 43a95b8896 pull latest kconfig from kernel hace 17 años

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