ar71xx: create TL-WR{841N-v1,941ND} network config from uci-defaults
[openwrt.git] / target / linux / adm5120 / base-files / lib / preinit / 05_set_preinit_iface_adm5120
1 #!/bin/sh
2
3 set_preinit_ifname() {
4 ifname=eth0
5 }
6
7 boot_hook_add preinit_main set_preinit_ifname
8
9
This page took 0.039594 seconds and 5 git commands to generate.