4f7dc6673cd325be47a57251628641f0dc2f6ec5
[openwrt/openwrt.git] / target / linux / lantiq / base-files / lib / preinit / 05_set_preinit_iface_lantiq
1 #!/bin/sh
2
3 set_preinit_iface() {
4 ifname=eth0
5 }
6
7 boot_hook_add preinit_main set_preinit_iface
8