aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-02 09:02:02 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-02 09:02:02 +0000
commitac8a6123f8bc7ec54b2b1a1bd7b5f0a38c42ebfc (patch)
tree70e79d30bd65a41d3d1a82ffd6cefe0a496721ca /target
parent680c15c9eaa0b8b2bdc6df56c29ae27dbae537e0 (diff)
downloadmaster-187ad058-ac8a6123f8bc7ec54b2b1a1bd7b5f0a38c42ebfc.tar.gz
master-187ad058-ac8a6123f8bc7ec54b2b1a1bd7b5f0a38c42ebfc.tar.bz2
master-187ad058-ac8a6123f8bc7ec54b2b1a1bd7b5f0a38c42ebfc.zip
ralink: add ethernet macaddr to dts for FireWRT
Signed-off-by: wengbj <fl.service@t-firefly.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44240 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/dts/FIREWRT.dts5
1 files changed, 5 insertions, 0 deletions
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>;
+ };
+
};