diff options
author | John Crispin <john@openwrt.org> | 2015-02-02 09:02:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-02 09:02:02 +0000 |
commit | 1258b4cc94425d7b756869804706ebb664e73bac (patch) | |
tree | e78a97a108311870706f7bc855b443ccee1758c8 /target/linux/ramips/dts | |
parent | a0cc6803c8c78dba5bdc0f2b6b6c5031f3c08132 (diff) | |
download | upstream-1258b4cc94425d7b756869804706ebb664e73bac.tar.gz upstream-1258b4cc94425d7b756869804706ebb664e73bac.tar.bz2 upstream-1258b4cc94425d7b756869804706ebb664e73bac.zip |
ralink: add ethernet macaddr to dts for FireWRT
Signed-off-by: wengbj <fl.service@t-firefly.com>
SVN-Revision: 44240
Diffstat (limited to 'target/linux/ramips/dts')
-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>; + }; + }; |