mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-05 00:05:44 +08:00
bump version
This commit is contained in:
@@ -1 +1 @@
|
||||
18.2
|
||||
18.3
|
||||
|
||||
@@ -55,8 +55,8 @@ function setup_modem_ttys {
|
||||
iface="${iface%/*}"
|
||||
done
|
||||
|
||||
[[ -r "$iface/bInterfaceNumber" && -r "${iface%:*}/idVendor" ]] || continue
|
||||
[[ "$(< "${iface%:*}/idVendor")" == "2c7c" ]] || continue
|
||||
[[ -r "$iface/bInterfaceNumber" && -r "${iface%/*}/idVendor" ]] || continue
|
||||
[[ "$(< "${iface%/*}/idVendor")" == "2c7c" ]] || continue
|
||||
case "$(< "$iface/bInterfaceNumber")" in
|
||||
02) ln -sfn "/dev/$name" /dev/modem_at0 ;;
|
||||
03) ln -sfn "/dev/$name" /dev/modem_at1 ;;
|
||||
|
||||
Reference in New Issue
Block a user