Markus Mayer 507f795a59 config: allow config to handle longer path names il y a 8 ans
..
lxdialog e286a67441 pull kconfig from linux-3.11 il y a 10 ans
.gitignore e286a67441 pull kconfig from linux-3.11 il y a 10 ans
Makefile e286a67441 pull kconfig from linux-3.11 il y a 10 ans
Makefile.kconfig e286a67441 pull kconfig from linux-3.11 il y a 10 ans
POTFILES.in b7a51199bd - pull kconfig from 2.6.25.4 il y a 16 ans
README.uClibc e286a67441 pull kconfig from linux-3.11 il y a 10 ans
check.sh e286a67441 pull kconfig from linux-3.11 il y a 10 ans
conf.c 507f795a59 config: allow config to handle longer path names il y a 8 ans
confdata.c 0074f6d29b confdata: fix invalid write il y a 8 ans
expr.c e286a67441 pull kconfig from linux-3.11 il y a 10 ans
expr.h e286a67441 pull kconfig from linux-3.11 il y a 10 ans
gconf.c e286a67441 pull kconfig from linux-3.11 il y a 10 ans
gconf.glade e286a67441 pull kconfig from linux-3.11 il y a 10 ans
images.c 43a95b8896 pull latest kconfig from kernel il y a 17 ans
kconfig-language.txt e286a67441 pull kconfig from linux-3.11 il y a 10 ans
kconfig-to-uclibc.tar.gz e286a67441 pull kconfig from linux-3.11 il y a 10 ans
kxgettext.c e286a67441 pull kconfig from linux-3.11 il y a 10 ans
list.h e286a67441 pull kconfig from linux-3.11 il y a 10 ans
lkc.h e286a67441 pull kconfig from linux-3.11 il y a 10 ans
lkc_proto.h e286a67441 pull kconfig from linux-3.11 il y a 10 ans
mconf.c e286a67441 pull kconfig from linux-3.11 il y a 10 ans
menu.c e286a67441 pull kconfig from linux-3.11 il y a 10 ans
merge_config.sh e286a67441 pull kconfig from linux-3.11 il y a 10 ans
nconf.c e286a67441 pull kconfig from linux-3.11 il y a 10 ans
nconf.gui.c e286a67441 pull kconfig from linux-3.11 il y a 10 ans
nconf.h e286a67441 pull kconfig from linux-3.11 il y a 10 ans
qconf.cc e286a67441 pull kconfig from linux-3.11 il y a 10 ans
qconf.h e286a67441 pull kconfig from linux-3.11 il y a 10 ans
streamline_config.pl e286a67441 pull kconfig from linux-3.11 il y a 10 ans
symbol.c e286a67441 pull kconfig from linux-3.11 il y a 10 ans
util.c e286a67441 pull kconfig from linux-3.11 il y a 10 ans
zconf.gperf e286a67441 pull kconfig from linux-3.11 il y a 10 ans
zconf.hash.c_shipped e286a67441 pull kconfig from linux-3.11 il y a 10 ans
zconf.l e286a67441 pull kconfig from linux-3.11 il y a 10 ans
zconf.lex.c_shipped e286a67441 pull kconfig from linux-3.11 il y a 10 ans
zconf.tab.c_shipped e286a67441 pull kconfig from linux-3.11 il y a 10 ans
zconf.y e286a67441 pull kconfig from linux-3.11 il y a 10 ans

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
tar -O -xzf ../config/kconfig-to-uclibc.tar.gz | patch -p3
cp ../config/README.uClibc .
cp ../config/Makefile .
cd ..
rm -rf config
mv config.new config

Then verify the toplevel targets work:
config
defconfig
menuconfig
oldconfig