mirror of https://github.com/hak5/openwrt-owl.git
ramips: fix Xiaomi MiWiFi Nano firmware partition size
Even the commit message of the patch adding support for the MiWiFi Nano says that a 16 MB flash chip is used. Extend the firmware partition to make use of all available flash space. Fixes: FS#622 Signed-off-by: Mathias Kresin <dev@kresin.me>owl
parent
e3c88f4964
commit
c59469b908
|
@ -98,7 +98,7 @@
|
||||||
|
|
||||||
partition@50000 {
|
partition@50000 {
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x50000 0x7b0000>;
|
reg = <0x50000 0xfb0000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue