#!/bin/sh set_preinit_iface() { ifname=eth1 . /lib/brcm63xx.sh ifconfig $ifname 0.0.0.0 up } boot_hook_add preinit_main set_preinit_iface