add wifi config for zte k540 (#1299)

pull/1300/head
john doe 2024-02-05 15:05:45 +08:00 committed by GitHub
parent 0f0c71989b
commit 5ed3801169
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -190,4 +190,11 @@ if [ "$1" = "rtl8733bu-t31-camhipro" ]; then
exit 0
fi
# T31 ZTE K540
if [ "$1" = "atbm603x-t31-zte-k540" ]; then
set_gpio 51 0
modprobe atbm603x_wifi_usb
exit 0
fi
exit 1