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

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