[ar71xx] unifi: add sysupgrade and leds support
[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.047174 seconds and 5 git commands to generate.