aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-envtools/files/ipq40xx
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2022-12-05 19:44:32 -0800
committerTony Ambardar <itugrok@yahoo.com>2022-12-31 05:02:38 -0800
commit2a9f3b7717d081a9d6cb34d7ad04e14b4e50d69e (patch)
tree4d47f78f17dee7a4d6f1ef2b64fabe627a1979e5 /package/boot/uboot-envtools/files/ipq40xx
parentcda6f1c832f96bd24e5398e156a0e8d639c691a0 (diff)
downloadupstream-2a9f3b7717d081a9d6cb34d7ad04e14b4e50d69e.tar.gz
upstream-2a9f3b7717d081a9d6cb34d7ad04e14b4e50d69e.tar.bz2
upstream-2a9f3b7717d081a9d6cb34d7ad04e14b4e50d69e.zip
ipq40xx: fix up Linksys WHW01 board name, device definition
Update the board name defined in DTS to match online documentation and the name encoded into factory firmware. This helps supports flashing firmware factory images using 'sysupgrade'. Original WHW01 device definition assumes the rootfs IMAGE_SIZE is 33 MB instead of the correct 74 MB, and defines factory images which include extra adjustments/padding that do not match OEM factory images and may cause problems flashing. Update image size and build recipe to fix these. Suggested-by: Wyatt Martin <wawowl@gmail.com> Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'package/boot/uboot-envtools/files/ipq40xx')
-rw-r--r--package/boot/uboot-envtools/files/ipq40xx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/ipq40xx b/package/boot/uboot-envtools/files/ipq40xx
index 4ee83bb057..6c65ed752d 100644
--- a/package/boot/uboot-envtools/files/ipq40xx
+++ b/package/boot/uboot-envtools/files/ipq40xx
@@ -63,7 +63,7 @@ linksys,ea8300|\
linksys,mr8300)
ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x40000" "0x20000"
;;
-linksys,whw01-v1)
+linksys,whw01)
ubootenv_add_uci_config "/dev/mtd6" "0x0" "0x40000" "0x10000"
;;
zyxel,nbg6617)