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

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