diff options
author | Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> | 2013-09-02 22:07:58 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-27 08:09:01 +0100 |
commit | d6bb2b50f9cd458c9baa3ef5bd439d5dbc16363d (patch) | |
tree | e7db9c29bbe66a892cf288d09a042731c2c62d3c /linux | |
parent | d0a4de053eae448757a00398d853377562228850 (diff) | |
download | buildroot-d6bb2b50f9cd458c9baa3ef5bd439d5dbc16363d.tar.gz buildroot-d6bb2b50f9cd458c9baa3ef5bd439d5dbc16363d.zip |
linux: mention 3.x.y kernels in 'custom version' help
(also fix grammatical error versions -> version)
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in index 32426a328c..e44d78827d 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -37,8 +37,8 @@ config BR2_LINUX_KERNEL_SAME_AS_HEADERS config BR2_LINUX_KERNEL_CUSTOM_VERSION bool "Custom version" help - This option allows to use a specific 2.6.x or 2.6.x.y - official versions, as available on kernel.org + This option allows to use a specific official version from + kernel.org, like 2.6.x, 2.6.x.y, 3.x.y, ... config BR2_LINUX_KERNEL_CUSTOM_TARBALL bool "Custom tarball" |