mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 03:29:36 +00:00
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
This commit is contained in:
parent
d3fc4fbd74
commit
2381f4a7b0
@ -11,6 +11,7 @@ touch /etc/config/ubootenv
|
|||||||
. /lib/functions.sh
|
. /lib/functions.sh
|
||||||
|
|
||||||
case "`cat /proc/device-tree/model`" in
|
case "`cat /proc/device-tree/model`" in
|
||||||
|
"Cloud Engines Pogoplug E02" | \
|
||||||
"RaidSonic ICY BOX IB-NAS62x0 (Rev B)")
|
"RaidSonic ICY BOX IB-NAS62x0 (Rev B)")
|
||||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user