From e6beba4cb0ecd51ef405910e51586598b651e6ca Mon Sep 17 00:00:00 2001 From: Jose Diaz de Grenu Date: Tue, 29 Aug 2017 10:48:32 +0200 Subject: [PATCH] init-ifupdown: use wlan1 for the bridging example wlan1 is the interface used for SoftAP, so use that one instead. This also matches with the 'Network bridging' chapter of the documentation. https://jira.digi.com/browse/DEL-4823 Signed-off-by: Jose Diaz de Grenu --- .../init-ifupdown-1.0/ccimx6ul/interfaces.br0.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-dey/recipes-core/init-ifupdown/init-ifupdown-1.0/ccimx6ul/interfaces.br0.example b/meta-digi-dey/recipes-core/init-ifupdown/init-ifupdown-1.0/ccimx6ul/interfaces.br0.example index 8340c5611..60e05fe52 100644 --- a/meta-digi-dey/recipes-core/init-ifupdown/init-ifupdown-1.0/ccimx6ul/interfaces.br0.example +++ b/meta-digi-dey/recipes-core/init-ifupdown/init-ifupdown-1.0/ccimx6ul/interfaces.br0.example @@ -1,7 +1,7 @@ -## Example bridge between eth0 and wlan0 +## Example bridge between eth0 and wlan1 #auto br0 #iface br0 inet static -# bridge_ports eth0 wlan0 +# bridge_ports eth0 wlan1 # address 192.168.42.50 # netmask 255.255.255.0