Mike Frysinger 4c8bdd2e7a fix from Kevin Day to make sure we use strchr() rather than index() 18 năm trước cách đây
..
lxdialog 4c8bdd2e7a fix from Kevin Day to make sure we use strchr() rather than index() 18 năm trước cách đây
Makefile accbb884e7 add a basic .depend target to better catch updates in source files 19 năm trước cách đây
Makefile.kconfig 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
POTFILES.in 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
README.uClibc cc3c59c913 fix typo pointed out by Al Stone 19 năm trước cách đây
conf.c 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
confdata.c 046781273e Have Makefile.in call conf-header.sh instead of having kconfig call it 19 năm trước cách đây
expr.c 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
expr.h 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
gconf.c 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
gconf.glade 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
images.c 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
kconfig-language.txt 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
kconfig-to-uclibc.patch 046781273e Have Makefile.in call conf-header.sh instead of having kconfig call it 19 năm trước cách đây
kconfig_load.c 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
kxgettext.c 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
lex.zconf.c_shipped 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
lkc.h 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
lkc_proto.h 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
mconf.c 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
menu.c 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
qconf.cc 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
qconf.h 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
symbol.c 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
util.c 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
zconf.gperf 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
zconf.hash.c_shipped 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
zconf.l 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
zconf.tab.c_shipped 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây
zconf.y 43a95b8896 pull latest kconfig from kernel 19 năm trước cách đây

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