failover: fix Starlink interface + template config.json from deploy.conf
STARLINK_IFACE pointed at the wrong device after the USB hub swap (was accidentally set to the 5GHz AP dongle's interface). failover/config.json also hardcoded the old interface name instead of being templated like the other configs, so deploy.conf changes never reached it — switched it to @STARLINK_IFACE@ and deploy.sh now renders it.
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@ WIFI_2G_IFACE=wlx3c3332002066
|
||||
LAN_USB_IFACE=enx00e04c331140
|
||||
|
||||
# Starlink dish uplink, USB-attached gigabit adapter (RTL8153-family)
|
||||
STARLINK_IFACE=enxd8ec5eeb3512
|
||||
#STARLINK_IFACE=enxd8ec5eeb3512 # White Belkin dongle
|
||||
STARLINK_IFACE=enx6c1ff7d210a5 # UGreen 8-port hub's built-in Ethernet (ASIX AX88179B)
|
||||
|
||||
# Cellular modem USB vendor ID (Quectel EC25-AF)
|
||||
MODEM_USB_VENDOR=2c7c
|
||||
|
||||
Reference in New Issue
Block a user