Update usb

pull/1547/head
xucn 2023-12-03 09:37:57 +08:00 committed by GitHub
parent cc046d4886
commit 57f6e74b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -158,4 +158,12 @@ if [ "$1" = "mt7601u-t31-camhi" ]; then
exit 0
fi
# T31 xfp301
if [ "$1" = "rtl8188fu-t31-xfp301" ]; then
set_gpio 10 1
modprobe mac80211
modprobe rtl8188fu
exit 0
fi
exit 1