summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files/etc/init.d/esi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/base-files/etc/init.d/esi')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/init.d/esi7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/lantiq/base-files/etc/init.d/esi b/target/linux/lantiq/base-files/etc/init.d/esi
deleted file mode 100755
index ca79070c9e..0000000000
--- a/target/linux/lantiq/base-files/etc/init.d/esi
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2013 OpenWrt.org
-
-START=19
-start() {
- esi $(printf '%012X' $((1+0x$(tr -d : </sys/class/net/eth0/address)))) 2>/dev/console || :
-}