rename module name and wlandev

This commit is contained in:
cronyx
2024-01-16 23:04:16 +03:00
parent 4277ce72b7
commit dedffc5778
3 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ set_gpio() {
}
# Generic ATBM 603X USB
if [ "$1" = "atbm603x-generic" ]; then
modprobe atbm603x_wifi
if [ "$1" = "atbm603x-usb-generic" ]; then
modprobe atbm603x_wifi_usb
exit 0
fi