treewide: drop shebang from non-executable target files
[openwrt/openwrt.git] / target / linux / mpc85xx / base-files / lib / preinit / 05_set_preinit_iface_mpc85xx
1 #
2 # Copyright (C) 2013 OpenWrt.org
3 #
4
5 mpc85xx_set_preinit_iface() {
6 ifname=eth0
7 }
8
9 boot_hook_add preinit_main mpc85xx_set_preinit_iface