-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FS#3866 - no network in failsafe #8900
Comments
SAm0815: I can confirm this also on a Mikrotik RB750GR3 (ramips-mt7621; OpenWrt-21.02.0-rc2). Networkconfig seems unconfigured at all: I'm also not sure if the mt7520-switch is setup correctly, as I can't see any port is reporting a link in kernel-log. |
SAm0815: Also present in OpenWrt-21.02.0-rc3 (tested with TPLink WDR3600) |
hnyman: Looks like we are still looking for "ifname" in preinit, although the board.json has been changed to contain "device" instead of "ifname". Preinit:
json_select network
json_select "lan"
json_get_vars ifname
json_select ..
json_select ..
From board.json |
SAm0815:
Adapting my configs to the new-bridge setup I realized that failsafemode is broken.
Device: TPLink WDR-3600 (ath79-generic)
Release: OpenWrt-21.02.0-rc2, snapshot "r16916-7f946a880a"
The text was updated successfully, but these errors were encountered: