nusbrc: ensure rpi ethernet always appears as /net/etherU0
This commit is contained in:
parent
4ad63a4c56
commit
6a182d56b7
1 changed files with 2 additions and 1 deletions
|
@ -48,8 +48,9 @@ if(! nusb/usbd)
|
||||||
}
|
}
|
||||||
}&}
|
}&}
|
||||||
case *
|
case *
|
||||||
|
# Raspberry Pi ethernet will always appear as /net/etherU0
|
||||||
if(~ $2 0424)
|
if(~ $2 0424)
|
||||||
nusb/ether -t smsc $etherargs $id
|
nusb/ether -t smsc $etherargs $1:0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue