kirkwood: use real model names for Linksys devices
[openwrt/staging/dedeckeh.git] / target / linux / kirkwood / base-files / etc / board.d / 05_compat-version
index 8954d69d12c1517669c4cbaccd0fd16a88eca1c3..29d1debe58b8d28e9c1378d87b792b7344e772d9 100755 (executable)
@@ -9,8 +9,9 @@
 board_config_update
 
 case "$(board_name)" in
-       linksys,audi|\
-       linksys,viper)
+       linksys,e4200-v2|\
+       linksys,ea3500|\
+       linksys,ea4500)
                ucidef_set_compat_version "1.1"
                ;;
 esac