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
Chris Kuethe 2024-02-17 11:20:45 -08:00
parent 84858247b6
commit b2dc1e0659
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ set_gpio() {
sleep 1
}
# Generic ATBM603x
if [ "$1" = "atbm603x-wifi-usb" ]; then
modprobe atbm603x_wifi_usb
exit 0
fi
# Generic MT7601U
if [ "$1" = "mt7601u-generic" ]; then
modprobe mt7601u