summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib/preinit/05_init_interfaces_brcm63xx
blob: 0f85f4b95a628b64d5e0d3744579db72c102827b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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