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

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