Add T10 NVT MT7601 config

pull/975/head
Paul Philippov 2023-08-27 16:13:58 -04:00 committed by GitHub
parent cd92d00833
commit ce13c07079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -48,6 +48,13 @@ if [ "$1" = "rtl8188fu-ssc337de-foscam" ]; then
exit 0 exit 0
fi fi
# T10 NVT
if [ "$1" = "mt7601sta-t10-nvt" ]; then
modprobe cfg80211
modprobe mt7601sta
exit 0
fi
# T21 BJS # T21 BJS
if [ "$1" = "rtl8188fu-t21-bjs" ]; then if [ "$1" = "rtl8188fu-t21-bjs" ]; then
set_gpio 50 0 set_gpio 50 0