ramips: add support for Beeline SmartBox Flash
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / kirkwood
index cad53aa379c73e459535b18e0edb410e4d4c3280..240371f48d85ed8795de53cdb852aa7a60be9629 100644 (file)
@@ -1,22 +1,35 @@
-#!/bin/sh
 #
-# Copyright (C) 2012 OpenWrt.org
+# Copyright (C) 2012-2014 OpenWrt.org
 #
 
 [ -e /etc/config/ubootenv ] && exit 0
 
 touch /etc/config/ubootenv
 
-. /lib/kirkwood.sh
 . /lib/uboot-envtools.sh
 . /lib/functions.sh
 
-hardware=$(kirkwood_hardware_name)
+board=$(board_name)
 
-case "$hardware" in
-"RaidSonic ICY BOX IB-NAS6210")
+case "$board" in
+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