diff options
author | John Crispin <john@openwrt.org> | 2014-08-28 09:19:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-28 09:19:56 +0000 |
commit | d1f8b9bd76ad1959f558a8c439111985fd4b89ee (patch) | |
tree | 40ee3e75969a799f2bef288c6c42b7445d96b04b /target/linux/ramips/dts | |
parent | f65ff468f760b982ab2257c7eb4cee3cff05a28e (diff) | |
download | upstream-d1f8b9bd76ad1959f558a8c439111985fd4b89ee.tar.gz upstream-d1f8b9bd76ad1959f558a8c439111985fd4b89ee.tar.bz2 upstream-d1f8b9bd76ad1959f558a8c439111985fd4b89ee.zip |
ralink: DIR-645 picks up incorrect MAC address in DTS file
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42321
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/DIR-645.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/DIR-645.dts b/target/linux/ramips/dts/DIR-645.dts index 0a9d83f85c..60e7f46910 100644 --- a/target/linux/ramips/dts/DIR-645.dts +++ b/target/linux/ramips/dts/DIR-645.dts @@ -63,7 +63,7 @@ }; ethernet@10100000 { - mtd-mac-address = <&factory 0x28>; + mtd-mac-address = <&factory 0x4>; port@0 { ralink,fixed-link = <1000 1 1 0>; }; |