Nasser Afshin 7b87c2ae81 support/kconfig/merge_config.sh: avoid false positive matches from comment lines 5 vuotta sitten
..
lxdialog 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
patches 7b87c2ae81 support/kconfig/merge_config.sh: avoid false positive matches from comment lines 5 vuotta sitten
.gitignore 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 vuotta sitten
Makefile 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
Makefile.br b58bf60b51 support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix 11 vuotta sitten
POTFILES.in 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 vuotta sitten
README.buildroot 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
check.sh 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
conf.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
confdata.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
expr.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
expr.h 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
foo.h 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 vuotta sitten
gconf.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
gconf.glade 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 vuotta sitten
images.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 vuotta sitten
kconf_id.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
kxgettext.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
list.h 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
lkc.h 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
lkc_proto.h 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
mconf.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
menu.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
merge_config.sh 7b87c2ae81 support/kconfig/merge_config.sh: avoid false positive matches from comment lines 5 vuotta sitten
nconf.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
nconf.gui.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
nconf.h 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
qconf.cc 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
qconf.h 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
streamline_config.pl 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
symbol.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
util.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
zconf.l 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
zconf.lex.c_shipped 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
zconf.tab.c_shipped 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten
zconf.y 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 vuotta sitten

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