set network interface for failsafe mode to eth0 for all boards Signed-off-by: Daniel Golle <[email protected]>
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+oxnas_set_preinit_iface() {
+ ifname=eth0
+}
+boot_hook_add preinit_main oxnas_set_preinit_iface