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

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