diff options
| author | Petr Vorel <petr.vorel@gmail.com> | 2018-09-19 13:36:15 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-20 23:14:38 +0200 |
| commit | 6eacea5ae05e11bfc7b6557850ef7e4a0ba60bd7 (patch) | |
| tree | b9547dbbf6379abc2cf36430dda078f5b2ddae36 /support/kconfig/README.buildroot | |
| parent | 78dd830f15b0c175cb8c9d2fef7f0641a8733b29 (diff) | |
| download | buildroot-6eacea5ae05e11bfc7b6557850ef7e4a0ba60bd7.tar.gz buildroot-6eacea5ae05e11bfc7b6557850ef7e4a0ba60bd7.zip | |
support/kconfig: bump to kconfig from Linux 4.17-rc2
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support/kconfig/README.buildroot')
| -rw-r--r-- | support/kconfig/README.buildroot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/support/kconfig/README.buildroot b/support/kconfig/README.buildroot index 3140713b39..76808f85b4 100644 --- a/support/kconfig/README.buildroot +++ b/support/kconfig/README.buildroot @@ -1,9 +1,13 @@ -This is a copy of the kconfig code in the kernel (currently 3.13-rc5) tweaked +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 |

