This makes the WDR4900 accessible via ethernet in failsafe mode. Signed-off-by: Gabor Juhos <[email protected]> SVN-Revision: 36322
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# Copyright (C) 2013 OpenWrt.org
+
+. /lib/mpc85xx.sh
+mpc85xx_set_preinit_iface() {
+ ifname=eth0
+}
+boot_hook_add preinit_main mpc85xx_set_preinit_iface