From 1258b4cc94425d7b756869804706ebb664e73bac Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Mon, 2 Feb 2015 09:02:02 +0000
Subject: [PATCH] ralink: add ethernet macaddr to dts for FireWRT

Signed-off-by: wengbj <fl.service@t-firefly.com>

SVN-Revision: 44240
---
 target/linux/ramips/dts/FIREWRT.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts
index 2e5d26b7e7..4e9e28bc9f 100644
--- a/target/linux/ramips/dts/FIREWRT.dts
+++ b/target/linux/ramips/dts/FIREWRT.dts
@@ -78,4 +78,9 @@
 			};
 		};
 	};
+
+	ethernet@1e100000 {
+		mtd-mac-address = <&factory 0xe000>;
+	};
+
 };
-- 
GitLab