uboot-envtools: change size for unifi-6-lr
authorDaniel Golle <daniel@makrotopia.org>
Thu, 29 Apr 2021 22:48:28 +0000 (23:48 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 7 May 2021 21:50:22 +0000 (22:50 +0100)
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@makrotopia.org>
package/boot/uboot-envtools/files/mediatek

index 5e71dc71c9e29764a3694762301e0dca40b20194..495a837274fe69be778ebdd928f6f1f6a6e863ac 100644 (file)
@@ -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