mpc85xx: set preinit interface to eth0 by default
[openwrt-github/.git] / target / linux / mpc85xx / base-files / lib / preinit / 05_set_preinit_iface_mpc85xx
1 #!/bin/sh
2 #
3 # Copyright (C) 2013 OpenWrt.org
4 #
5
6 . /lib/mpc85xx.sh
7
8 mpc85xx_set_preinit_iface() {
9         ifname=eth0
10 }
11
12 boot_hook_add preinit_main mpc85xx_set_preinit_iface