kirkwood: add ix4-200d support to uboot-envtools
[openwrt/staging/stintel.git] / package / boot / uboot-envtools / files / kirkwood
index 3b770c12f44d7e01942c8c319e1c83d6cf3a27a2..1b07640cd36c92131767fba388b47bb8b111b908 100644 (file)
@@ -1,4 +1,3 @@
-#!/bin/sh
 #
 # Copyright (C) 2012-2014 OpenWrt.org
 #
@@ -13,18 +12,23 @@ touch /etc/config/ubootenv
 board=$(board_name)
 
 case "$board" in
-dockstar|\
-guruplug-server-plus|\
-ib62x0|\
-linksys-viper|\
-nsa310b|\
-nsa325|\
-pogo_e02|\
-sheevaplug|\
-sheevaplug-esata)
+checkpoint,l-50|\
+cloudengines,pogoe02|\
+cloudengines,pogoplugv4|\
+globalscale,sheevaplug|\
+iom,ix2-200|\
+iom,ix4-200d|\
+linksys,e4200-v2|\
+linksys,ea4500|\
+netgear,readynas-duo-v2|\
+raidsonic,ib-nas62x0|\
+seagate,dockstar|\
+zyxel,nsa310b|\
+zyxel,nsa310s|\
+zyxel,nsa325)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
        ;;
-linksys-audi)
+linksys,ea3500)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000"
        ;;
 esac