This makes any ramips device accessible via ethernet in failsafe mode. Based on: https://dev.openwrt.org/changeset/36322 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3567/ Acked-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36434master
parent
7bfab6e308
commit
978567a89e
@ -0,0 +1,12 @@ |
||||
#!/bin/sh |
||||
# |
||||
# Copyright (C) 2013 OpenWrt.org |
||||
# |
||||
|
||||
. /lib/ramips.sh |
||||
|
||||
ramips_set_preinit_iface() { |
||||
ifname=eth0 |
||||
} |
||||
|
||||
boot_hook_add preinit_main ramips_set_preinit_iface |
Loading…
Reference in new issue