mirror of https://github.com/hak5/openwrt-owl.git
oxnas: set preinit network interface
set network interface for failsafe mode to eth0 for all boards Signed-off-by: Daniel Golle <daniel@makrotopia.org>owl
parent
592c0a1cd2
commit
a9b1a429ab
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
oxnas_set_preinit_iface() {
|
||||
ifname=eth0
|
||||
}
|
||||
|
||||
boot_hook_add preinit_main oxnas_set_preinit_iface
|
Loading…
Reference in New Issue