kirkwood: use real model names for Linksys devices
[openwrt/openwrt.git] / target / linux / kirkwood / base-files / etc / init.d / bootcount
index 478f3d0134156533cf999ddc872a9d19fbd98f03..bbb36eb6ea91ffcad0f036c283e9464a6a737398 100755 (executable)
@@ -4,8 +4,9 @@ START=99
 
 boot() {
        case $(board_name) in
-       linksys,audi|\
-       linksys,viper)
+       linksys,e4200-v2|\
+       linksys,ea3500|\
+       linksys,ea4500)
                mtd resetbc s_env || true
                ;;
        esac