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 <[email protected]>
---
 package/boot/uboot-envtools/files/kirkwood | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/boot/uboot-envtools/files/kirkwood 
b/package/boot/uboot-envtools/files/kirkwood
index f665d2d..017b543 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"
        ;;
-- 
1.9.0
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to