[openwrt/openwrt] uboot-envtools: change size for unifi-6-lr

LEDE Commits lede-commits at lists.infradead.org
Fri May 7 14:51:18 PDT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f990bddf6fb954bcbfc4fbcd54912e8d33800495

commit f990bddf6fb954bcbfc4fbcd54912e8d33800495
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu Apr 29 23:48:28 2021 +0100

    uboot-envtools: change size for unifi-6-lr
    
    The previous commit increased the U-Boot environment size of the
    UniFi 6 LR to 0x4000. Also change it uboot-envtools accordingly.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/boot/uboot-envtools/files/mediatek | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boot/uboot-envtools/files/mediatek b/package/boot/uboot-envtools/files/mediatek
index 5e71dc71c9..495a837274 100644
--- a/package/boot/uboot-envtools/files/mediatek
+++ b/package/boot/uboot-envtools/files/mediatek
@@ -36,7 +36,7 @@ buffalo,wsr-2533dhp2)
 	ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x1000" "0x20000"
 	;;
 ubnt,unifi-6-lr-ubootmod)
-	ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x1000" "0x10000"
+	ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x4000" "0x10000"
 	;;
 esac
 



More information about the lede-commits mailing list