From patchwork Mon Jan 8 21:39:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Harvey X-Patchwork-Id: 1884033 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=RfTG7frs; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4T86tj4NwGz1yPf for ; Tue, 9 Jan 2024 08:40:45 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=pxrq5/v8mCJ1RlysJWeu8mPV+UcS2VWtlM6wxtM8aj0=; b=RfTG7frsRIX4z4 6P1PJb78uZkZAlEIu6DR/X/rAYW+ahBsmGgWWhzlvYuEhqsPRQyEVfwX8rhEAu4Pv8usjYveQZbyc sll6Kvp237v0gzvXXDxyuznjDjwCe0JDhaHUCBx3PQHK8iDyE2pyClnCB7lSrDRooQ0euEpOcOd3s n+to8/inPrbZQC+ICVDPu8SrGj3En4l6akRMOBn8sCQpDnyWdYJJQOTl6mq2+l/lLmoa3EDnWA89b rGk0k3DcFdXIolkbvVrKa2s0SuuMB1y7wZ8AjcM6f8Mox8MWYcVV5xTeqVhwecu4B1eVMT7WcQ92c QISdrTqIBBOvW6P+p1/Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rMxLG-006Ibe-0v; Mon, 08 Jan 2024 21:39:30 +0000 Received: from finn.gateworks.com ([108.161.129.64] helo=finn.localdomain) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rMxLE-006IbD-0A for openwrt-devel@lists.openwrt.org; Mon, 08 Jan 2024 21:39:29 +0000 Received: from 068-189-091-139.biz.spectrum.com ([68.189.91.139] helo=tharvey.pdc.gateworks.com) by finn.localdomain with esmtp (Exim 4.95) (envelope-from ) id 1rMxLD-000bdP-7Y; Mon, 08 Jan 2024 21:39:27 +0000 From: Tim Harvey To: OpenWrt Development List Cc: Koen Vandeputte , Tim Harvey Subject: [PATCH] imx: update default network config for ventana Date: Mon, 8 Jan 2024 13:39:25 -0800 Message-Id: <20240108213925.3271998-1-tharvey@gateworks.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240108_133928_085548_EA5BACF2 X-CRM114-Status: UNSURE ( 8.42 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: update the default network configuration for Gateworks Ventana boards such that the left-most front-panel NIC is WAN and any additional are in LAN bridge Signed-off-by: Tim Harvey --- target/linux/imx/cortexa9/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Content analysis details: (0.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org update the default network configuration for Gateworks Ventana boards such that the left-most front-panel NIC is WAN and any additional are in LAN bridge Signed-off-by: Tim Harvey --- target/linux/imx/cortexa9/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/imx/cortexa9/base-files/etc/board.d/02_network b/target/linux/imx/cortexa9/base-files/etc/board.d/02_network index 1ef2fcdc65cd..3aad761a1568 100644 --- a/target/linux/imx/cortexa9/base-files/etc/board.d/02_network +++ b/target/linux/imx/cortexa9/base-files/etc/board.d/02_network @@ -34,7 +34,7 @@ gw,imx6q-gw53xx|\ gw,imx6q-gw5400-a|\ gw,imx6q-gw54xx|\ gw,imx6q-gw552x) - ucidef_set_interfaces_lan_wan 'eth0' 'eth1' + ucidef_set_interfaces_lan_wan 'eth1' 'eth0' ;; wand,imx6dl-wandboard) ucidef_set_interface_wan 'eth0'