mirror of https://github.com/OpenIPC/firmware.git
[no ci] Fix typo in /etc/wireless/usb
parent
91105ca5cd
commit
620cffb5e4
|
@ -28,16 +28,16 @@ fi
|
|||
|
||||
# GK7205V200 CamHi
|
||||
if [ "$1" = "mt7601u-gk7205v200-camhi" ]; then
|
||||
set_gpio 9 0
|
||||
modprobe mt7601u
|
||||
exit 0
|
||||
set_gpio 9 0
|
||||
modprobe mt7601u
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# GK7205V200 CamHi
|
||||
if [ "$1" = "rtl8733bu-gk7205v200-camhi" ]; then
|
||||
set_gpio 9 0
|
||||
modprobe rtl8733bu
|
||||
exit 0
|
||||
set_gpio 9 0
|
||||
modprobe 8733bu
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# GK7205V200 Kafei
|
||||
|
|
Loading…
Reference in New Issue