[FS#3866] no network in failsafe

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Thu Jun 17 22:44:30 PDT 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#3866 - no network in failsafe
User who did this - Hannu Nyman (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: 
https://github.com/openwrt/openwrt/blob/ec6293febc244d187e71a6e54f44920be679cde4/package/base-files/files/lib/preinit/10_indicate_preinit#L75


	json_select network
		json_select "lan"
			json_get_vars ifname
		json_select ..
	json_select ..



>From board.json

        "network": {
                "lan": {
                        "device": "eth1.1",
                        "protocol": "static"



----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3866#comment9829

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list