boot/nusbrc: add another rndis device

This commit is contained in:
ftrvxmtrx 2014-04-23 23:46:00 +02:00
parent 2ef8c9ed41
commit 645510e5ce

View file

@ -20,7 +20,7 @@ if(! nusb/usbd)
nusb/ether -t aue $etherargs $1 & nusb/ether -t aue $etherargs $1 &
case 0bda8150 case 0bda8150
nusb/ether -t url $etherargs $1 & nusb/ether -t url $etherargs $1 &
case 18d14ee3 case 18d14ee3 0bb40003
nusb/ether -t rndis $etherargs $1 & nusb/ether -t rndis $etherargs $1 &
case * case *
switch($4){ switch($4){