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

View File

@@ -23,7 +23,7 @@ cli -s .video0.codec h264
#
# Set wlan device and credentials if need
#
fw_setenv wlandev atbm603x-generic
fw_setenv wlandev atbm603x-usb-generic
#fw_setenv wlanssid Router
#fw_setenv wlanpass 12345678
#

View File

@@ -23,7 +23,7 @@ ATBM60XX_MODULE_MAKE_OPTS = \
KSRC=$(LINUX_DIR) \
CONFIG_ATBM_USB_BUS=y \
CONFIG_ATBM_SDIO_BUS=n \
CONFIG_ATBM_MODULE_NAME="atbm603x_wifi"
CONFIG_ATBM_MODULE_NAME="atbm603x_wifi_usb"
$(eval $(kernel-module))
$(eval $(generic-package))