lantiq: remove includes of non-existent /lib/functions/lantiq.sh
[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