aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-envtools
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-05-23 08:17:02 +0000
committerLuka Perkov <luka@openwrt.org>2014-05-23 08:17:02 +0000
commit10a05d152c77b261dfcc445aad7090422c9b9152 (patch)
tree11b450abf3d0e074f4583c4f8c6539a72363c2c9 /package/boot/uboot-envtools
parent53bf4e502dc1f09ebc46f45b3fd81e0c5a74f807 (diff)
downloadmaster-187ad058-10a05d152c77b261dfcc445aad7090422c9b9152.tar.gz
master-187ad058-10a05d152c77b261dfcc445aad7090422c9b9152.tar.bz2
master-187ad058-10a05d152c77b261dfcc445aad7090422c9b9152.zip
[package] uboot-envtools: add Pogoplug E02 support
The settings require that the OpenWrt provided u-boot is used as either first or second stage bootloader as it modifies the partitioning scheme to move the u-boot environment to a separate mtd partition. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40829 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-envtools')
-rw-r--r--package/boot/uboot-envtools/files/kirkwood1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood
index f665d2d1e2..017b543bb9 100644
--- a/package/boot/uboot-envtools/files/kirkwood
+++ b/package/boot/uboot-envtools/files/kirkwood
@@ -11,6 +11,7 @@ touch /etc/config/ubootenv
. /lib/functions.sh
case "`cat /proc/device-tree/model`" in
+"Cloud Engines Pogoplug E02" | \
"RaidSonic ICY BOX IB-NAS62x0 (Rev B)")
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
;;