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

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