ramips: add support for Beeline SmartBox Flash
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / kirkwood
index 98f85dada2a1a02a6dea80ad1f99e69f504e704b..240371f48d85ed8795de53cdb852aa7a60be9629 100644 (file)
@@ -1,4 +1,3 @@
-#!/bin/sh
 #
 # Copyright (C) 2012-2014 OpenWrt.org
 #
@@ -7,24 +6,30 @@
 
 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" )
+checkpoint,l-50|\
+cloudengines,pogoe02|\
+cloudengines,pogoplugv4|\
+globalscale,sheevaplug|\
+iom,ix2-200|\
+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,ea3500)
+       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000"
+       ;;
 esac
 
 config_load ubootenv