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

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