diff options
author | Luka Perkov <luka@openwrt.org> | 2014-05-23 08:17:02 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-05-23 08:17:02 +0000 |
commit | 2381f4a7b0aad42e03818528d8b16c00118a4c05 (patch) | |
tree | de34c7de1591eb9f1b3f569be7faf4b0b220c768 /package | |
parent | d3fc4fbd74dcd4dbeaa29d222337eeb6c187a4fd (diff) | |
download | upstream-2381f4a7b0aad42e03818528d8b16c00118a4c05.tar.gz upstream-2381f4a7b0aad42e03818528d8b16c00118a4c05.tar.bz2 upstream-2381f4a7b0aad42e03818528d8b16c00118a4c05.zip |
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>
SVN-Revision: 40829
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-envtools/files/kirkwood | 1 |
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" ;; |