From 05fd2e00b45d302833c038859b394b8db032bce0 Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Fri, 9 Sep 2016 09:33:07 +0200 Subject: [PATCH] conf: machine: ccimx6ulsbc: include support for second ethernet https://jira.digi.com/browse/DEL-2952 Signed-off-by: Isaac Hermida --- meta-digi-arm/conf/machine/ccimx6ulsbc.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-digi-arm/conf/machine/ccimx6ulsbc.conf b/meta-digi-arm/conf/machine/ccimx6ulsbc.conf index c3c7364a2..cefca191a 100644 --- a/meta-digi-arm/conf/machine/ccimx6ulsbc.conf +++ b/meta-digi-arm/conf/machine/ccimx6ulsbc.conf @@ -18,6 +18,8 @@ KERNEL_DEVICETREE ?= " \ SERIAL_CONSOLES = "115200;ttymxc4" +MACHINE_FEATURES += "second-eth" + # Bluetooth tty BT_TTY ?= "ttymxc0"