huangliang 87498f5edd first commit(v1.0) 3 éve
..
lxdialog 87498f5edd first commit(v1.0) 3 éve
patches 87498f5edd first commit(v1.0) 3 éve
.gitignore 87498f5edd first commit(v1.0) 3 éve
Makefile 87498f5edd first commit(v1.0) 3 éve
Makefile.br 87498f5edd first commit(v1.0) 3 éve
POTFILES.in 87498f5edd first commit(v1.0) 3 éve
README.buildroot 87498f5edd first commit(v1.0) 3 éve
check.sh 87498f5edd first commit(v1.0) 3 éve
conf.c 87498f5edd first commit(v1.0) 3 éve
confdata.c 87498f5edd first commit(v1.0) 3 éve
expr.c 87498f5edd first commit(v1.0) 3 éve
expr.h 87498f5edd first commit(v1.0) 3 éve
foo.h 87498f5edd first commit(v1.0) 3 éve
gconf.c 87498f5edd first commit(v1.0) 3 éve
gconf.glade 87498f5edd first commit(v1.0) 3 éve
images.c 87498f5edd first commit(v1.0) 3 éve
kconf_id.c 87498f5edd first commit(v1.0) 3 éve
kxgettext.c 87498f5edd first commit(v1.0) 3 éve
list.h 87498f5edd first commit(v1.0) 3 éve
lkc.h 87498f5edd first commit(v1.0) 3 éve
lkc_proto.h 87498f5edd first commit(v1.0) 3 éve
mconf.c 87498f5edd first commit(v1.0) 3 éve
menu.c 87498f5edd first commit(v1.0) 3 éve
merge_config.sh 87498f5edd first commit(v1.0) 3 éve
nconf.c 87498f5edd first commit(v1.0) 3 éve
nconf.gui.c 87498f5edd first commit(v1.0) 3 éve
nconf.h 87498f5edd first commit(v1.0) 3 éve
qconf.cc 87498f5edd first commit(v1.0) 3 éve
qconf.h 87498f5edd first commit(v1.0) 3 éve
streamline_config.pl 87498f5edd first commit(v1.0) 3 éve
symbol.c 87498f5edd first commit(v1.0) 3 éve
util.c 87498f5edd first commit(v1.0) 3 éve
zconf.l 87498f5edd first commit(v1.0) 3 éve
zconf.lex.c_shipped 87498f5edd first commit(v1.0) 3 éve
zconf.tab.c_shipped 87498f5edd first commit(v1.0) 3 éve
zconf.y 87498f5edd first commit(v1.0) 3 éve

README.buildroot

This is a copy of the kconfig code in the kernel (currently 4.17-rc2) tweaked
to suit Buildroot.

To update:
cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
cd support/kconfig.new
# zconf.lex.c and zconf.tab.c needs to be generated by 'make menuconfig'
mv zconf.lex.c zconf.lex.c_shipped
mv zconf.tab.c zconf.tab.c_shipped
rm -rf tests/
cp -a ../kconfig/patches ../kconfig/README.buildroot ../kconfig/.gitignore .
quilt push -a
# Fix any conflict
cd ..
rm -rf kconfig
mv kconfig.new kconfig

Then verify the toplevel targets work:
config
defconfig
menuconfig
nconfig
xconfig
gconfig
oldconfig