mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-13 23:52:17 +00:00
rename module name and wlandev
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user