Mike Frysinger 43a95b8896 pull latest kconfig from kernel 17 سال پیش
..
lxdialog 43a95b8896 pull latest kconfig from kernel 17 سال پیش
Makefile 43a95b8896 pull latest kconfig from kernel 17 سال پیش
Makefile.kconfig 43a95b8896 pull latest kconfig from kernel 17 سال پیش
POTFILES.in 43a95b8896 pull latest kconfig from kernel 17 سال پیش
README.uClibc 43a95b8896 pull latest kconfig from kernel 17 سال پیش
conf-header.sh 43a95b8896 pull latest kconfig from kernel 17 سال پیش
conf.c 43a95b8896 pull latest kconfig from kernel 17 سال پیش
confdata.c 43a95b8896 pull latest kconfig from kernel 17 سال پیش
expr.c 43a95b8896 pull latest kconfig from kernel 17 سال پیش
expr.h 43a95b8896 pull latest kconfig from kernel 17 سال پیش
gconf.c 43a95b8896 pull latest kconfig from kernel 17 سال پیش
gconf.glade 43a95b8896 pull latest kconfig from kernel 17 سال پیش
images.c 43a95b8896 pull latest kconfig from kernel 17 سال پیش
kconfig-language.txt 43a95b8896 pull latest kconfig from kernel 17 سال پیش
kconfig-to-uclibc.patch 43a95b8896 pull latest kconfig from kernel 17 سال پیش
kconfig_load.c 43a95b8896 pull latest kconfig from kernel 17 سال پیش
kxgettext.c 43a95b8896 pull latest kconfig from kernel 17 سال پیش
lex.zconf.c_shipped 43a95b8896 pull latest kconfig from kernel 17 سال پیش
lkc.h 43a95b8896 pull latest kconfig from kernel 17 سال پیش
lkc_proto.h 43a95b8896 pull latest kconfig from kernel 17 سال پیش
mconf.c 43a95b8896 pull latest kconfig from kernel 17 سال پیش
menu.c 43a95b8896 pull latest kconfig from kernel 17 سال پیش
qconf.cc 43a95b8896 pull latest kconfig from kernel 17 سال پیش
qconf.h 43a95b8896 pull latest kconfig from kernel 17 سال پیش
symbol.c 43a95b8896 pull latest kconfig from kernel 17 سال پیش
util.c 43a95b8896 pull latest kconfig from kernel 17 سال پیش
zconf.gperf 43a95b8896 pull latest kconfig from kernel 17 سال پیش
zconf.hash.c_shipped 43a95b8896 pull latest kconfig from kernel 17 سال پیش
zconf.l 43a95b8896 pull latest kconfig from kernel 17 سال پیش
zconf.tab.c_shipped 43a95b8896 pull latest kconfig from kernel 17 سال پیش
zconf.y 43a95b8896 pull latest kconfig from kernel 17 سال پیش

README.uClibc

This is a copy of the kconfig code in the kernel tweaked to suite 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
patch -p1 < ../config/kconfig-to-uclibc.patch
cp ../config/conf-header.sh ../config/README.uClibc .
cd ..
rm -rf config
mv config.new config

Then verify the toplevel targets work:
config
defconfig
menuconfig
oldconfig