aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/base-files/etc/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mvebu/base-files/etc/init.d')
-rwxr-xr-xtarget/linux/mvebu/base-files/etc/init.d/bootcount16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/mvebu/base-files/etc/init.d/bootcount b/target/linux/mvebu/base-files/etc/init.d/bootcount
deleted file mode 100755
index dd2266bdc8..0000000000
--- a/target/linux/mvebu/base-files/etc/init.d/bootcount
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh /etc/rc.common
-
-START=99
-
-boot() {
- case $(board_name) in
- linksys,caiman |\
- linksys,cobra |\
- linksys,mamba |\
- linksys,rango |\
- linksys,shelby |\
- linksys,venom)
- mtd resetbc s_env || true
- ;;
- esac
-}