Bernhard Reutner-Fischer 0676373756 unistd: allow to turn off getopt_long 9 年之前
..
lxdialog e286a67441 pull kconfig from linux-3.11 10 年之前
.gitignore e286a67441 pull kconfig from linux-3.11 10 年之前
Makefile e286a67441 pull kconfig from linux-3.11 10 年之前
Makefile.kconfig e286a67441 pull kconfig from linux-3.11 10 年之前
POTFILES.in b7a51199bd - pull kconfig from 2.6.25.4 16 年之前
README.uClibc e286a67441 pull kconfig from linux-3.11 10 年之前
check.sh e286a67441 pull kconfig from linux-3.11 10 年之前
conf.c 0676373756 unistd: allow to turn off getopt_long 9 年之前
confdata.c e286a67441 pull kconfig from linux-3.11 10 年之前
expr.c e286a67441 pull kconfig from linux-3.11 10 年之前
expr.h e286a67441 pull kconfig from linux-3.11 10 年之前
gconf.c e286a67441 pull kconfig from linux-3.11 10 年之前
gconf.glade e286a67441 pull kconfig from linux-3.11 10 年之前
images.c 43a95b8896 pull latest kconfig from kernel 17 年之前
kconfig-language.txt e286a67441 pull kconfig from linux-3.11 10 年之前
kconfig-to-uclibc.tar.gz e286a67441 pull kconfig from linux-3.11 10 年之前
kxgettext.c e286a67441 pull kconfig from linux-3.11 10 年之前
list.h e286a67441 pull kconfig from linux-3.11 10 年之前
lkc.h e286a67441 pull kconfig from linux-3.11 10 年之前
lkc_proto.h e286a67441 pull kconfig from linux-3.11 10 年之前
mconf.c e286a67441 pull kconfig from linux-3.11 10 年之前
menu.c e286a67441 pull kconfig from linux-3.11 10 年之前
merge_config.sh e286a67441 pull kconfig from linux-3.11 10 年之前
nconf.c e286a67441 pull kconfig from linux-3.11 10 年之前
nconf.gui.c e286a67441 pull kconfig from linux-3.11 10 年之前
nconf.h e286a67441 pull kconfig from linux-3.11 10 年之前
qconf.cc e286a67441 pull kconfig from linux-3.11 10 年之前
qconf.h e286a67441 pull kconfig from linux-3.11 10 年之前
streamline_config.pl e286a67441 pull kconfig from linux-3.11 10 年之前
symbol.c e286a67441 pull kconfig from linux-3.11 10 年之前
util.c e286a67441 pull kconfig from linux-3.11 10 年之前
zconf.gperf e286a67441 pull kconfig from linux-3.11 10 年之前
zconf.hash.c_shipped e286a67441 pull kconfig from linux-3.11 10 年之前
zconf.l e286a67441 pull kconfig from linux-3.11 10 年之前
zconf.lex.c_shipped e286a67441 pull kconfig from linux-3.11 10 年之前
zconf.tab.c_shipped e286a67441 pull kconfig from linux-3.11 10 年之前
zconf.y e286a67441 pull kconfig from linux-3.11 10 年之前

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