mirror of https://github.com/OpenIPC/firmware.git
Wireless: add 8733bu for T31 Camhipro (#1246)
parent
581a2e2fad
commit
3029662b54
|
@ -183,4 +183,11 @@ if [ "$1" = "mt7601u-t31-camhi" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
# T31 Camhipro
|
||||
if [ "$1" = "rtl8733bu-t31-camhipro" ]; then
|
||||
set_gpio 61 0
|
||||
modprobe 8733bu
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue