Mike Frysinger 4c8bdd2e7a fix from Kevin Day to make sure we use strchr() rather than index() 18 жил өмнө
..
lxdialog 4c8bdd2e7a fix from Kevin Day to make sure we use strchr() rather than index() 18 жил өмнө
Makefile accbb884e7 add a basic .depend target to better catch updates in source files 19 жил өмнө
Makefile.kconfig 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
POTFILES.in 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
README.uClibc cc3c59c913 fix typo pointed out by Al Stone 19 жил өмнө
conf.c 43a95b8896 pull latest kconfig from kernel 19 жил өмнө
confdata.c 046781273e Have Makefile.in call conf-header.sh instead of having kconfig call it 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 046781273e Have Makefile.in call conf-header.sh instead of having kconfig call it 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 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
patch -p1 < ../config/kconfig-to-uclibc.patch
cp ../config/README.uClibc .
cd ..
rm -rf config
mv config.new config

Then verify the toplevel targets work:
config
defconfig
menuconfig
oldconfig