diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2024-10-13 14:43:28 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-10-16 11:40:24 +0000 |
commit | f818d656ed9de2def39840b141b153ddfa22a5ba (patch) | |
tree | 14b65b39b47177dfec1e7136b92f43105dda4813 /meta-agl-ic-container/recipes-core/systemd/systemd-netif-config/21-usb.network | |
parent | 00fd6f47a11bf6f9fc7270ce9953af4e22bbb077 (diff) |
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 <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'meta-agl-ic-container/recipes-core/systemd/systemd-netif-config/21-usb.network')
-rw-r--r-- | meta-agl-ic-container/recipes-core/systemd/systemd-netif-config/21-usb.network | 6 |
1 files changed, 6 insertions, 0 deletions
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 + |