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

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