target: replace remaining occurrences of ifconfig with ip
[openwrt/staging/stintel.git] / target / linux / mediatek / base-files / lib / preinit / 05_set_preinit_iface
1 set_preinit_iface() {
2 ip link set eth0 up
3 ifname=lan1
4 }
5
6 boot_hook_add preinit_main set_preinit_iface
7