From 5a6268c078425a6c0452202000948251f14fa632 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 30 Mar 2014 09:16:43 +0000 Subject: lantiq: add esi http://patchwork.openwrt.org/patch/3703/ Signed-off-by: John Crispin SVN-Revision: 40326 --- target/linux/lantiq/base-files/etc/init.d/esi | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 target/linux/lantiq/base-files/etc/init.d/esi (limited to 'target/linux/lantiq/base-files') diff --git a/target/linux/lantiq/base-files/etc/init.d/esi b/target/linux/lantiq/base-files/etc/init.d/esi new file mode 100755 index 0000000000..5635b5361b --- /dev/null +++ b/target/linux/lantiq/base-files/etc/init.d/esi @@ -0,0 +1,7 @@ +#!/bin/sh /etc/rc.common +# Copyright (C) 2013 OpenWrt.org + +START=19 +start() { + esi $(printf '%X' $((1+0x$(tr -d : /dev/null || : +} -- cgit v1.2.3