From c40ee88f6aa0b379787a9ea3c853a806892e0dd1 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 30 May 2018 13:52:45 +0200 Subject: Fix kernel .config file configuration * A missing carriage return at the end of a cfg will break the kernel .config Bug-AGL: SPEC-1475 EE-MUST-FIX Change-Id: Ie0bc472153ae73b41c495161f83acba57d812b9a Signed-off-by: Ronan Le Martret --- meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg index f5a3819c7..248b5118a 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg @@ -1,3 +1,3 @@ # enabling I2C and LED for demonstrator CONFIG_I2C_TINY_USB=y -CONFIG_LEDS_BLINKM=y \ No newline at end of file +CONFIG_LEDS_BLINKM=y -- cgit 1.2.3-korg