mpc85xx: set preinit interface to eth0 by default

This makes the WDR4900 accessible via ethernet in
failsafe mode.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36322 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2013-04-12 18:30:25 +00:00
parent 0010d80ea9
commit bb114efbc8
1 changed files with 12 additions and 0 deletions

View File

@ -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