Files
wifipineapple-openwrt/target/linux/lantiq/base-files/etc/init.d/esi
John Crispin 2f8977ef9d lantiq: add esi
http://patchwork.openwrt.org/patch/3703/

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40326 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-30 09:16:43 +00:00

8 lines
166 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2013 OpenWrt.org
START=19
start() {
esi $(printf '%X' $((1+0x$(tr -d : </sys/class/net/eth0/address)))) 2>/dev/null || :
}