Config.in.legacy: fix typo in config option
authorDavid Lechner <david@lechnology.com>
Sun, 9 Sep 2018 01:39:50 +0000 (20:39 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 9 Sep 2018 12:59:48 +0000 (14:59 +0200)
The commit message of a2d44ec6bf12 ("linux-headers: drop old unsupported
4.{10,11,12,13,15} versions") says, "select an older kernel headers
(4.9)". However a couple lines are selecting 4.19.

Change BR2_KERNEL_HEADERS_4_19 to BR2_KERNEL_HEADERS_4_9 as intended.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Config.in.legacy

index aae8d28e130e75fd65a374890725a429b9effaf7..cbdac5963181ee04bbfa7c0647f552aaf5d9c54c 100644 (file)
@@ -167,7 +167,7 @@ config BR2_KERNEL_HEADERS_4_11
 
 config BR2_KERNEL_HEADERS_4_12
        bool "kernel headers version 4.12.x are no longer supported"
-       select BR2_KERNEL_HEADERS_4_19
+       select BR2_KERNEL_HEADERS_4_9
        select BR2_LEGACY
        help
          Version 4.12.x of the Linux kernel headers are no longer
@@ -177,7 +177,7 @@ config BR2_KERNEL_HEADERS_4_12
 
 config BR2_KERNEL_HEADERS_4_13
        bool "kernel headers version 4.13.x are no longer supported"
-       select BR2_KERNEL_HEADERS_4_19
+       select BR2_KERNEL_HEADERS_4_9
        select BR2_LEGACY
        help
          Version 4.13.x of the Linux kernel headers are no longer