diff options
| author | Stefan Agner <stefan@agner.ch> | 2023-06-30 12:34:38 +0200 |
|---|---|---|
| committer | David Bauer <mail@david-bauer.net> | 2023-08-22 13:37:27 +0200 |
| commit | 4af06aaf33c9256a5d3e960fa5f6bddab2674c5a (patch) | |
| tree | 69fc00de556346c58de235430482683fa3118654 /package/boot | |
| parent | fa9d977f979461628161085dcd0e9dd8b9e2c66b (diff) | |
| download | upstream-4af06aaf33c9256a5d3e960fa5f6bddab2674c5a.tar.gz upstream-4af06aaf33c9256a5d3e960fa5f6bddab2674c5a.tar.bz2 upstream-4af06aaf33c9256a5d3e960fa5f6bddab2674c5a.zip | |
mediatek: filogic: wax220: cleanup device tree
Fix compatible string to match what is supported upstream, fix alignment
and order MTD partitions according to offset.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Diffstat (limited to 'package/boot')
| -rw-r--r-- | package/boot/uboot-envtools/files/mediatek_filogic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/mediatek_filogic b/package/boot/uboot-envtools/files/mediatek_filogic index dca6f430030..b0810184e5a 100644 --- a/package/boot/uboot-envtools/files/mediatek_filogic +++ b/package/boot/uboot-envtools/files/mediatek_filogic @@ -45,7 +45,7 @@ mercusys,mr90x-v1) ubootenv_add_uci_config "$envdev" "0x0" "0x20000" "0x20000" "1" ;; netgear,wax220) - ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x20000" "0x20000" + ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000" ;; xiaomi,mi-router-wr30u-112m-nmbm|\ xiaomi,mi-router-wr30u-stock|\ |
