add trassir tr-w2c1 v2

This commit is contained in:
cronyx
2023-12-13 23:53:49 +03:00
parent 292e968652
commit dd5833224f
6 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/sh
set_gpio() {
[ "$2" -eq 1 ] && gpio set $1 || gpio clear $1
sleep 1
}
# Generic MT7601STA
if [ "$1" = "mt7601sta-generic" ]; then
modprobe mt7601sta
exit 0
fi
exit 1