Skip to content

Commit

Permalink
Add T10 NVT MT7601 config (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
themactep committed Oct 27, 2023
1 parent b33b124 commit 6227ef9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions general/overlay/etc/wireless/usb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ if [ "$1" = "rtl8188fu-ssc337de-foscam" ]; then
exit 0
fi

# T10 NVT
if [ "$1" = "mt7601sta-t10-nvt" ]; then
modprobe cfg80211
modprobe mt7601sta
exit 0
fi

# T21 BJS
if [ "$1" = "rtl8188fu-t21-bjs" ]; then
set_gpio 50 0
Expand Down

0 comments on commit 6227ef9

Please sign in to comment.