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

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