mirror of https://github.com/OpenIPC/firmware.git
Added profile rtl8188fu-t31-aoni-e97vj62 (#1784)
Co-authored-by: Signor Pellegrino <68112357+flyrouter@users.noreply.github.com>pull/1802/head
parent
03f094c033
commit
07b24d2ef8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue