1#!/bin/sh
2
3#
4# Copyright (C) 2009 OpenWrt.org
5#
6
7. /lib/ar71xx.sh
8
9set_preinit_iface() {
10	ifname=eth0
11}
12
13boot_hook_add preinit_main set_preinit_iface
14
15
16
17