2
0

05_init_interfaces_brcm63xx 110 B

1234567
  1. #!/bin/sh
  2. set_preinit_iface() {
  3. ifconfig $ifname 0.0.0.0 up
  4. }
  5. boot_hook_add preinit_main set_preinit_iface