From f818d656ed9de2def39840b141b153ddfa22a5ba Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 13 Oct 2024 14:43:28 +0900 Subject: Enable cdc-ncm network configuration Enable cdc-ncm network configuration to use momiweb in demo. This patch enable smartphone tethering capability. Bug-AGL: SPEC-5263 Change-Id: I4eec7857230a03522249a2be9a9f8bab8661aaed Signed-off-by: Naoto Yamaguchi --- .../recipes-core/systemd/systemd-netif-config/21-usb.network | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-agl-ic-container/recipes-core/systemd/systemd-netif-config/21-usb.network (limited to 'meta-agl-ic-container/recipes-core/systemd/systemd-netif-config/21-usb.network') diff --git a/meta-agl-ic-container/recipes-core/systemd/systemd-netif-config/21-usb.network b/meta-agl-ic-container/recipes-core/systemd/systemd-netif-config/21-usb.network new file mode 100644 index 00000000..6426a64d --- /dev/null +++ b/meta-agl-ic-container/recipes-core/systemd/systemd-netif-config/21-usb.network @@ -0,0 +1,6 @@ +[Match] +Name=usb0 + +[Network] +DHCP=ipv4 + -- cgit 1.2.3-korg