2
0
forked from Ivasoft/openwrt

lantiq: move esi calls to dsl_cpe_control scripts to fix ordering wrt. loading vr9 drivers

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47764
This commit is contained in:
Felix Fietkau
2015-12-04 17:42:51 +00:00
parent cc59f31e44
commit 435e7fb295
6 changed files with 6 additions and 11 deletions

View File

@@ -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 || :
}