summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib/preinit/05_init_interfaces_brcm63xx
blob: 1de59b79c0665be47971c1357fc22aea7534921e (plain)
1
2
3
4
5
6
7
#!/bin/sh

set_preinit_iface() {
	ifconfig $ifname 0.0.0.0 up
}

boot_hook_add preinit_main set_preinit_iface