diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-05-30 13:52:45 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-05-30 12:32:14 +0000 |
commit | 7d4fe1a6be3556bcfae42372211b09f6db08cb43 (patch) | |
tree | c1defcb9e01fefff8b80db6ac4f033fd74f81448 | |
parent | f619c7ab6debb36ae5c568dfe7c2060933d7f0d3 (diff) |
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 <ronan.lemartret@iot.bzh>
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |