mirror of https://github.com/OpenIPC/firmware.git
Update usb
parent
cc046d4886
commit
57f6e74b99
|
@ -158,4 +158,12 @@ if [ "$1" = "mt7601u-t31-camhi" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# T31 xfp301
|
||||||
|
if [ "$1" = "rtl8188fu-t31-xfp301" ]; then
|
||||||
|
set_gpio 10 1
|
||||||
|
modprobe mac80211
|
||||||
|
modprobe rtl8188fu
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue