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

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