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

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