ar71xx: add support for Buffalo WZR 600DHP
[openwrt/svn-archive/archive.git] / package / boot / uboot-envtools / files / ar71xx
index ad0d921a58f8ddaaaab54a771623c8f4d257a13b..03549fad1e1515cf9fdc440a929a5395a59525a2 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2011-2012 OpenWrt.org
+# Copyright (C) 2011-2013 OpenWrt.org
 #
 
 [ -e /etc/config/ubootenv ] && exit 0
@@ -14,15 +14,23 @@ touch /etc/config/ubootenv
 board=$(ar71xx_board_name)
 
 case "$board" in
-all0258n)
+all0258n | \
+cap4200ag | \
+mr600 | \
+mr600v2)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
        ;;
 alfa-ap96 | \
 all0315n | \
 om2p | \
+om2p-hs | \
 om2p-lc)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x40000"
        ;;
+wzr-hp-ag300h | \
+wzr-600dhp)
+       ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000"
+       ;;
 esac
 
 config_load ubootenv