Mike Frysinger 3cf0739274 use POSIX -eq rather than bash == #1360 пре 17 година
..
lxdialog 3cf0739274 use POSIX -eq rather than bash == #1360 пре 17 година
Makefile accbb884e7 add a basic .depend target to better catch updates in source files пре 17 година
Makefile.kconfig 43a95b8896 pull latest kconfig from kernel пре 17 година
POTFILES.in 43a95b8896 pull latest kconfig from kernel пре 17 година
README.uClibc cc3c59c913 fix typo pointed out by Al Stone пре 17 година
conf.c 43a95b8896 pull latest kconfig from kernel пре 17 година
confdata.c 046781273e Have Makefile.in call conf-header.sh instead of having kconfig call it пре 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 046781273e Have Makefile.in call conf-header.sh instead of having kconfig call it пре 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 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