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