Rebased from upstream / out of band repository.
[librecmc/librecmc.git] / package / boot / uboot-envtools / files / kirkwood
index 055e0eba427e4eab8a591e48eb8626444db68d39..b5f7ddccb754a12b654aa6279c87a713cfa20a6b 100644 (file)
@@ -7,23 +7,23 @@
 
 touch /etc/config/ubootenv
 
-. /lib/kirkwood.sh
 . /lib/uboot-envtools.sh
 . /lib/functions.sh
 
-board=$(kirkwood_board_name)
+board=$(board_name)
 
 case "$board" in
-dockstar|\
-guruplug-server-plus|\
-ib62x0|\
-linksys-viper|\
-pogo_e02|\
-sheevaplug|\
-sheevaplug-esata)
+cloudengines,pogoe02|\
+cloudengines,pogoplugv4|\
+iom,ix2-200|\
+linksys,viper|\
+raidsonic,ib-nas62x0|\
+seagate,dockstar|\
+zyxel,nsa310b|\
+zyxel,nsa325)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
        ;;
-linksys-audi)
+linksys,audi)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000"
        ;;
 esac