This fixes writing to the U-Boot environment by making the partition
writable and setting the correct flash sector size of 128K.

Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de>
---
 package/boot/uboot-envtools/files/mediatek                | 2 +-
 target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/boot/uboot-envtools/files/mediatek 
b/package/boot/uboot-envtools/files/mediatek
index ce28fb31cbca..4db1c6ef4d96 100644
--- a/package/boot/uboot-envtools/files/mediatek
+++ b/package/boot/uboot-envtools/files/mediatek
@@ -25,7 +25,7 @@ case "$board" in
        ubootenv_add_uci_config "$envdev" "0x80000" "0x80000" "0x80000" "1"
        ;;
 buffalo,wsr-2533dhp2)
-       ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x1000" "0x1000"
+       ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x1000" "0x20000"
        ;;
 esac
 
diff --git a/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts 
b/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts
index 397be1445bbf..ce5cd1c9be00 100644
--- a/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts
+++ b/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts
@@ -269,7 +269,6 @@
                        partition@140000 {
                                label = "Config";
                                reg = <0x140000 0x80000>;
-                               read-only;
                        };
 
                        factory: partition@1c0000 {
-- 
2.30.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to