8611dce816f4aa8029e88e118b0d471bc2a34517
[openwrt.git] / target / linux / ar71xx / base-files / lib / preinit / 05_set_preinit_iface_ar71xx
1 #!/bin/sh
2
3 #
4 # Copyright (C) 2009 OpenWrt.org
5 #
6
7 . /lib/ar71xx.sh
8
9 set_preinit_iface() {
10         ifname=eth0
11 }
12
13 boot_hook_add preinit_main set_preinit_iface
14
15
16