Merge pull request #2962 from functor/master

A minor docs correction in 'Building and using custom kernels' section.
This commit is contained in:
Rolf Neugebauer 2018-03-15 00:07:21 +00:00 committed by GitHub
commit 0c8022c173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ The kernel build system has some provision to allow local
customisation to the build.
If you want to override/add some kernel config options, you can add a
file called `config-foo` and then invoke the build with `make
file called `config-4.9.x-x86_64-foo` and then invoke the build with `make
EXTRA=-foo build_4.9.x-foo` and this will build an image with the
additional kernel config options enabled.