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

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