summaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/base-files/lib/preinit/05_set_preinit_iface_mpc85xx
blob: 22d7471dda0d72b865e773393685f55bbab94f5f (plain)
1
2
3
4
5
6
7
8
9
10
11
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