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

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