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

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