diff options
-rw-r--r-- | package/boot/uboot-envtools/files/mediatek | 2 |
1 files changed, 1 insertions, 1 deletions
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 |