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

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