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

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