projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e5b0e
)
ramips: fix MTD EEPROM offset for TL-WR840N v5
author
Felix Fietkau
<nbd@nbd.name>
Thu, 29 Nov 2018 10:45:07 +0000
(11:45 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Tue, 18 Dec 2018 16:48:20 +0000
(17:48 +0100)
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>
(backported from
5c9ad4fa6e57de5618952c89a2eb65436d7d0f85
)
target/linux/ramips/dts/TL-WR840NV5.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/TL-WR840NV5.dts
b/target/linux/ramips/dts/TL-WR840NV5.dts
index fc3d0aa3293d7b33a8ca96917dc248896702fb02..6b81282c9aa08d6fedfc950d02504044b8f7f55c 100644
(file)
--- a/
target/linux/ramips/dts/TL-WR840NV5.dts
+++ b/
target/linux/ramips/dts/TL-WR840NV5.dts
@@
-96,7
+96,7
@@
&wmac {
status = "okay";
mtd-mac-address = <&factory 0xf100>;
- mediatek,mtd-eeprom = <&factory 0x
1000
0>;
+ mediatek,mtd-eeprom = <&factory 0x0>;
};
ðernet {