OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | #!/bin/sh |
2 | |||
3 | . /lib/functions/lantiq.sh |
||
4 | |||
5 | set_preinit_iface() { |
||
6 | ifname=eth0 |
||
7 | } |
||
8 | |||
9 | boot_hook_add preinit_main set_preinit_iface |
||
10 |