aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/init.d/bootcount
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/base-files/etc/init.d/bootcount')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/init.d/bootcount14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/ramips/base-files/etc/init.d/bootcount b/target/linux/ramips/base-files/etc/init.d/bootcount
deleted file mode 100755
index ad3dd97402..0000000000
--- a/target/linux/ramips/base-files/etc/init.d/bootcount
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh /etc/rc.common
-
-START=99
-
-boot() {
- case $(board_name) in
- samknows,whitebox-v8)
- fw_setenv bootcount 0
- ;;
- xiaomi,miwifi-nano)
- fw_setenv flag_boot_success 1
- ;;
- esac
-}