ar71xx: convert gpio switch config to board.d
[openwrt/staging/rmilecki.git] / target / linux / lantiq / base-files / etc / init.d / esi
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2013 OpenWrt.org
3
4 START=19
5 start() {
6 esi $(printf '%012X' $((1+0x$(tr -d : </sys/class/net/eth0/address)))) 2>/dev/console || :
7 }