diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-02 09:02:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-02 09:02:02 +0000 |
commit | ac8a6123f8bc7ec54b2b1a1bd7b5f0a38c42ebfc (patch) | |
tree | 70e79d30bd65a41d3d1a82ffd6cefe0a496721ca | |
parent | 680c15c9eaa0b8b2bdc6df56c29ae27dbae537e0 (diff) | |
download | upstream-ac8a6123f8bc7ec54b2b1a1bd7b5f0a38c42ebfc.tar.gz upstream-ac8a6123f8bc7ec54b2b1a1bd7b5f0a38c42ebfc.tar.bz2 upstream-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
-rw-r--r-- | target/linux/ramips/dts/FIREWRT.dts | 5 |
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>; + }; + }; |