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

Co-authored-by: Signor Pellegrino <68112357+flyrouter@users.noreply.github.com>
This commit is contained in:
JebSec
2025-04-17 13:25:46 +02:00
committed by GitHub
parent 03f094c033
commit 07b24d2ef8

View File

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