Wireless: add 8733bu for T31 Camhipro (#1246)

pull/1247/head
thegroove 2024-01-10 00:08:08 +01:00 committed by GitHub
parent 581a2e2fad
commit 3029662b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -183,4 +183,11 @@ if [ "$1" = "mt7601u-t31-camhi" ]; then
exit 0 exit 0
fi fi
# T31 Camhipro
if [ "$1" = "rtl8733bu-t31-camhipro" ]; then
set_gpio 61 0
modprobe 8733bu
exit 0
fi
exit 1 exit 1