Added profile rtl8188fu-t31-aoni-e97vj62 (#1784)

Co-authored-by: Signor Pellegrino <68112357+flyrouter@users.noreply.github.com>
pull/1802/head
JebSec 2025-04-17 13:25:46 +02:00 committed by GitHub
parent 03f094c033
commit 07b24d2ef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -317,4 +317,11 @@ if [ "$1" = "atbm603x-t31-zte-k540" ]; then
exit 0 exit 0
fi fi
# T31 Aoni E97VJ62
if [ "$1" = "rtl8188fu-t31-aoni-e97vj62" ]; then
set_gpio 53 1
modprobe 8188fu
exit 0
fi
exit 1 exit 1