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