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)
commit72b20a50b8e65a195499bee1837f2c736715a17c
treea197d184421b864f1f90e3bd28a5ea9b4b52fe7b
parentf26a4d8df4e76694c6db69cb9092d0e0287c70ba
Config.in.legacy: fix typo in config option

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