ramips: fix MTD EEPROM offset for TL-WR840N v5

The previous offset was invalid and pointed to the end of the partition,
which was causing issues with mt76

Signed-off-by: Felix Fietkau <nbd@nbd.name>
openwrt-19.07
Felix Fietkau 2018-11-29 11:45:07 +01:00
parent ae980458ab
commit 5c9ad4fa6e
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
&wmac {
status = "okay";
mtd-mac-address = <&factory 0xf100>;
mediatek,mtd-eeprom = <&factory 0x10000>;
mediatek,mtd-eeprom = <&factory 0x0>;
};
&ethernet {