diff options
| author | John Klug <john.klug@multitech.com> | 2019-05-28 22:53:46 -0500 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2019-05-28 22:53:46 -0500 |
| commit | 3bb5d4ef3f599536de76ebaa0ca382fa7bf66472 (patch) | |
| tree | 35f02e55b5e801273ef51562437c3a37bf773681 /recipes-core/multitech/config/config-mths/network | |
| parent | 991ceb279ad22790b6814ea9a3cae17c062af85e (diff) | |
| download | meta-mlinux-3bb5d4ef3f599536de76ebaa0ca382fa7bf66472.tar.gz meta-mlinux-3bb5d4ef3f599536de76ebaa0ca382fa7bf66472.tar.bz2 meta-mlinux-3bb5d4ef3f599536de76ebaa0ca382fa7bf66472.zip | |
Fix up gadget and ifplugd for mLinux MTHS test image.
Diffstat (limited to 'recipes-core/multitech/config/config-mths/network')
| -rw-r--r-- | recipes-core/multitech/config/config-mths/network/interfaces.mths | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/multitech/config/config-mths/network/interfaces.mths b/recipes-core/multitech/config/config-mths/network/interfaces.mths index 0f1541e..689ce0b 100644 --- a/recipes-core/multitech/config/config-mths/network/interfaces.mths +++ b/recipes-core/multitech/config/config-mths/network/interfaces.mths @@ -5,8 +5,8 @@ netmask 255.0.0.0 pre-up bash -c '([[ -d /sys/class/net/wifi1 ]] || /opt/rs9113/onebox_util rpine0 create_vap wifi1 ap)' # Gadget USB -auto usb1 -iface usb1 inet static +auto usb0 +iface usb0 inet static address 192.168.2.1 netmask 255.255.255.0 |
