ramips/mt7621: Synchronize Makefiles with DTS compatible
[openwrt/openwrt.git] / target / linux / ramips / base-files / etc / init.d / bootcount
index 0f260fa3fc67f9bb44d8273a25b1d4549f41ee79..60b93f72b3240a5382fcb5715be40bc17b80c0e4 100755 (executable)
@@ -6,7 +6,7 @@ start() {
        . /lib/functions.sh
 
        local board=$(board_name)
-       if [ $board = "sk-wb8" ]; then
+       if [ $board = "samknows,whitebox-v8" ]; then
                fw_setenv bootcount 0
        fi
 }