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

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