kirkwood: sort occurrences of boardame alphabetically
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / kirkwood
index 98f85dada2a1a02a6dea80ad1f99e69f504e704b..16123846cc01c36fcbf436fcb3726a9413d72102 100644 (file)
@@ -7,24 +7,24 @@
 
 touch /etc/config/ubootenv
 
-. /lib/kirkwood.sh
 . /lib/uboot-envtools.sh
 . /lib/functions.sh
 
-board=$(kirkwood_board_name)
+board=$(board_name)
 
 case "$board" in
-"ea3500")
-       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x20000"
-       ;;
-"ea4500" | \
-"guruplug-server-plus" | \
-"ib62x0" | \
-"pogo_e02" | \
-"sheevaplug" | \
-"sheevaplug-esata" )
+cloudengines,pogoe02|\
+cloudengines,pogoplugv4|\
+linksys,viper|\
+raidsonic,ib-nas62x0|\
+seagate,dockstar|\
+zyxel,nsa310b|\
+zyxel,nsa325)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
        ;;
+linksys,audi)
+       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000"
+       ;;
 esac
 
 config_load ubootenv