[openwrt/openwrt] ipq806x: fix Ubiquiti UniFi AC HD partition map

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 15 13:46:18 EST 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/05707e6460106c931ece26df7883cd214560d14c

commit 05707e6460106c931ece26df7883cd214560d14c
Author: Jan Alexander <jan at nalx.net>
AuthorDate: Thu Jan 14 14:55:22 2021 +0100

    ipq806x: fix Ubiquiti UniFi AC HD partition map
    
    This fixes a typo in the previously committed partition map that led to
    the extension of the read-only mtd partition "SSD" into the following
    partitions.
    
    Fixes: 4e46beb31342 ("ipq806x: add support for Ubiquiti UniFi AC HD")
    
    Signed-off-by: Jan Alexander <jan at nalx.net>
---
 .../linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-unifi-ac-hd.dts  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-unifi-ac-hd.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-unifi-ac-hd.dts
index c637da24a9..7c2d6c9d13 100644
--- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-unifi-ac-hd.dts
+++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-unifi-ac-hd.dts
@@ -144,7 +144,7 @@
 
 				partition at 90000 {
 					label = "SSD";
-					reg = <0x90000 0x100000>;
+					reg = <0x90000 0x10000>;
 					read-only;
 				};
 



More information about the lede-commits mailing list