From 3d067c013297f43021a8e7aec78e220c048585fb Mon Sep 17 00:00:00 2001 From: Adrian Panella Date: Fri, 13 May 2016 01:13:15 -0500 Subject: ipq806x: base-files: add support for Linksys EA8500 Signed-off-by: Adrian Panella --- .../ipq806x/base-files/etc/init.d/linksys_recovery | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 target/linux/ipq806x/base-files/etc/init.d/linksys_recovery (limited to 'target/linux/ipq806x/base-files/etc/init.d') diff --git a/target/linux/ipq806x/base-files/etc/init.d/linksys_recovery b/target/linux/ipq806x/base-files/etc/init.d/linksys_recovery new file mode 100755 index 0000000000..b9ea004207 --- /dev/null +++ b/target/linux/ipq806x/base-files/etc/init.d/linksys_recovery @@ -0,0 +1,20 @@ +#!/bin/sh /etc/rc.common +# Copyright (C) 2015 OpenWrt.org + +START=97 +boot() { +. /lib/functions.sh +. /lib/ipq806x.sh + +case $(ipq806x_board_name) in + ea8500) + # make sure auto_recovery in uboot is always on + AUTO_RECOVERY_ENA="`fw_printenv -n auto_recovery`" + if [ "$AUTO_RECOVERY_ENA" != "yes" ] ; then + fw_setenv auto_recovery yes + fi + # reset the boot counter + mtd resetbc s_env + ;; +esac +} -- cgit v1.2.3