diff options
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 + |