diff options
Diffstat (limited to 'target/linux/mvebu/base-files/etc/init.d')
-rwxr-xr-x | target/linux/mvebu/base-files/etc/init.d/bootcount | 16 |
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 -} |