- deploy.conf templates interface names/USB IDs (@TOKEN@ substitution) across ap/* configs so a dongle swap only needs deploy.conf edited, not the repo configs themselves; drops ap/rtw88.conf (old 2.4GHz dongle retired for the DWA-171, which needs no such power-save override). - failover/van-wlan-watchdog: recovers wlan0 from NM's post-boot no-secrets wedge (a boot-time supplicant race, not a real credential failure). - deploy.sh: warn() collects dependency/config warnings (missing python3-gps, python3-paho-mqtt, mobile-broadband-provider-info, grpcurl, gpsd; netplan drift; unedited example configs) into /var/lib/vanlink/deploy-warnings.json, rendered as an amber Cockpit card so they're visible without reading deploy output. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
12 lines
319 B
SYSTEMD
12 lines
319 B
SYSTEMD
[Match]
|
|
Name=@WIFI_2G_IFACE@
|
|
|
|
[Link]
|
|
RequiredForOnline=no
|
|
|
|
# No IP here: like the 5GHz AP wlan (10-van-ap.network), this is a br0 member —
|
|
# hostapd-2g adds it to the bridge after putting the radio into AP mode. networkd
|
|
# must NOT enslave it; this file only brings the link up.
|
|
[Network]
|
|
ConfigureWithoutCarrier=yes
|