summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-envtools/files/ar71xx
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-envtools/files/ar71xx')
-rw-r--r--package/boot/uboot-envtools/files/ar71xx6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/ar71xx b/package/boot/uboot-envtools/files/ar71xx
index 124cfb6e2..03549fad1 100644
--- a/package/boot/uboot-envtools/files/ar71xx
+++ b/package/boot/uboot-envtools/files/ar71xx
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2011-2012 OpenWrt.org
+# Copyright (C) 2011-2013 OpenWrt.org
#
[ -e /etc/config/ubootenv ] && exit 0
@@ -27,6 +27,10 @@ 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