#!/bin/sh /etc/rc.common
START=99
boot() {
case $(board_name) in
xiaomi,miwifi-nano)
fw_setenv flag_boot_success 1
;;
esac
}