ar71xx: use the ar8316 switch driver on the PB92 board and add a matching default...
[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
This page took 0.053312 seconds and 5 git commands to generate.