mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 19:39:30 -05:00
oxnas: set preinit network interface
set network interface for failsafe mode to eth0 for all boards Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
oxnas_set_preinit_iface() {
|
||||
ifname=eth0
|
||||
}
|
||||
|
||||
boot_hook_add preinit_main oxnas_set_preinit_iface
|
||||
Reference in New Issue
Block a user