summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsys/src/9/boot/nusbrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/src/9/boot/nusbrc b/sys/src/9/boot/nusbrc
index 29a2d8b56..28e467a71 100755
--- a/sys/src/9/boot/nusbrc
+++ b/sys/src/9/boot/nusbrc
@@ -48,8 +48,9 @@ if(! nusb/usbd)
}
}&}
case *
+ # Raspberry Pi ethernet will always appear as /net/etherU0
if(~ $2 0424)
- nusb/ether -t smsc $etherargs $id
+ nusb/ether -t smsc $etherargs $1:0
}
}
}