apm821xx: add support for the apm821xx device target
[openwrt/openwrt.git] / target / linux / apm821xx / base-files / lib / preinit / 05_set_preinit_iface_apm821xx
1 #!/bin/sh
2
3 . /lib/apm821xx.sh
4
5 apm821xx_set_preinit_iface() {
6 ifname=eth0
7 }
8
9 boot_hook_add preinit_main apm821xx_set_preinit_iface