diff options
Diffstat (limited to 'target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount')
-rwxr-xr-x | target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount | 1 |
1 files changed, 1 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 index 3c21433cc5..23f1e71b41 100755 --- a/target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount +++ b/target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount @@ -8,6 +8,7 @@ boot() { [ -n "$(fw_printenv bootcount bootchanged 2>/dev/null)" ] &&\ echo -e "bootcount\nbootchanged\n" | /usr/sbin/fw_setenv -s - ;; + xiaomi,mi-router-4c|\ xiaomi,miwifi-nano) fw_setenv flag_boot_success 1 ;; |