0f85f4b95a628b64d5e0d3744579db72c102827b
[openwrt/openwrt.git] / target / linux / brcm63xx / base-files / lib / preinit / 05_init_interfaces_brcm63xx
1 #!/bin/sh
2
3 set_preinit_iface() {
4 ifname=eth1
5
6 . /lib/brcm63xx.sh
7
8 ifconfig $ifname 0.0.0.0 up
9 }
10
11 boot_hook_add preinit_main set_preinit_iface