diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-05-16 00:10:53 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-17 22:20:51 +0200 |
commit | a5ff200b0df12babdf22658ddd386498f5ccd69f (patch) | |
tree | 836cba840e2670c91a367dbd6c5bda97be54b327 | |
parent | b872d829d092059ae8d5e86115d1515164d01a74 (diff) | |
download | buildroot-a5ff200b0df12babdf22658ddd386498f5ccd69f.tar.gz buildroot-a5ff200b0df12babdf22658ddd386498f5ccd69f.zip |
configs/mx53loco: Adjust comment to reflect the real kernel version
The kernel used is from 4.16 version, so adjust the comment.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | configs/mx53loco_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index 16dde351bd..ae56fcad8c 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -2,7 +2,7 @@ BR2_arm=y BR2_cortex_a8=y -# Linux headers same as kernel, a 4.15 series +# Linux headers same as kernel, a 4.16 series BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y # System |