Mike Frysinger f50cd1662f touchup new kconfig handling so we dont constantly rebuild 19 жил өмнө
..
lxdialog 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
Makefile f50cd1662f touchup new kconfig handling so we dont constantly rebuild 19 жил өмнө
Makefile.kconfig 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
POTFILES.in 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
README.uClibc 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
conf-header.sh 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
conf.c 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
confdata.c 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
expr.c 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
expr.h 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
gconf.c 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
gconf.glade 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
images.c 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
kconfig-language.txt 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
kconfig-to-uclibc.patch 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
kconfig_load.c 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
kxgettext.c 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
lex.zconf.c_shipped 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
lkc.h 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
lkc_proto.h 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
mconf.c 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
menu.c 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
qconf.cc 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
qconf.h 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
symbol.c 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
util.c 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
zconf.gperf 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
zconf.hash.c_shipped 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
zconf.l 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
zconf.tab.c_shipped 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
zconf.y 43a95b8896 pull latest kconfig from kernel 19 жил өмнө

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