ipq40xx: Add support for Linksys EA8300 (Dallas)
[openwrt/staging/dedeckeh.git] / target / linux / ipq40xx / base-files / etc / init.d / bootcount
index abde12412a3cfa7fbe68b48e9f07b1443b8c4496..f2d76f125f33f5172c465ad2eb10b83db104654c 100755 (executable)
@@ -10,7 +10,8 @@ start() {
                [ -n "$(fw_printenv bootcount changed 2>/dev/null)" ] &&\
                        echo -e "bootcount\nchanged\n" | /usr/sbin/fw_setenv -s -
                ;;
-       linksys,ea6350v3)
+       linksys,ea6350v3|\
+       linksys,ea8300)
                mtd resetbc s_env || true
                ;;
        esac