mirror of https://github.com/OpenIPC/firmware.git
Add a generic entry for ATBM603x USB
Tested on a Galayou (Wansview) Y4 camera. This at least gets working wifi so I can log in over the network and start figuring out how to get working images.pull/1322/head
parent
84858247b6
commit
b2dc1e0659
|
@ -5,6 +5,12 @@ set_gpio() {
|
||||||
sleep 1
|
sleep 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Generic ATBM603x
|
||||||
|
if [ "$1" = "atbm603x-wifi-usb" ]; then
|
||||||
|
modprobe atbm603x_wifi_usb
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
# Generic MT7601U
|
# Generic MT7601U
|
||||||
if [ "$1" = "mt7601u-generic" ]; then
|
if [ "$1" = "mt7601u-generic" ]; then
|
||||||
modprobe mt7601u
|
modprobe mt7601u
|
||||||
|
|
Loading…
Reference in New Issue