ramips: add support for Beeline SmartBox Flash
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / kirkwood
index b4a4d4e1c111c2acaf5f0ef52c116affb0b3111d..240371f48d85ed8795de53cdb852aa7a60be9629 100644 (file)
@@ -1,4 +1,3 @@
-#!/bin/sh
 #
 # Copyright (C) 2012-2014 OpenWrt.org
 #
@@ -7,23 +6,28 @@
 
 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" )
+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-audi")
+linksys,ea3500)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000"
        ;;
 esac