Update usb, rename generic profile

pull/1322/head
Signor Pellegrino 2024-02-18 15:29:04 +03:00 committed by GitHub
parent b2dc1e0659
commit 871fe62b5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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