The ability to read MAC addresses from MTD is useful for other targets besides ramips and lantiq as well.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

SVN-Revision: 45596
owl
Imre Kaloz 2015-05-03 17:56:32 +00:00
parent 4d9694981b
commit f86c07d8d4
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,6 @@
From f393898476aef3e4f49c27725c3d2dd70fca38fe Mon Sep 17 00:00:00 2001
From: John Crispin <blogic@openwrt.org> From: John Crispin <blogic@openwrt.org>
Date: Sun, 27 Jul 2014 09:40:01 +0100 Date: Sun, 27 Jul 2014 09:40:01 +0100
Subject: [PATCH 27/36] NET: add of_get_mac_address_mtd() Subject: NET: add of_get_mac_address_mtd()
Many embedded devices have information such as mac addresses stored inside mtd Many embedded devices have information such as mac addresses stored inside mtd
devices. This patch allows us to add a property inside a node describing a devices. This patch allows us to add a property inside a node describing a

View File

@ -1,7 +1,6 @@
From 92f38460229a8816404408f036f0a374f1013d0e Mon Sep 17 00:00:00 2001
From: John Crispin <blogic@openwrt.org> From: John Crispin <blogic@openwrt.org>
Date: Sun, 27 Jul 2014 09:40:01 +0100 Date: Sun, 27 Jul 2014 09:40:01 +0100
Subject: [PATCH 34/57] NET: add of_get_mac_address_mtd() Subject: NET: add of_get_mac_address_mtd()
Many embedded devices have information such as mac addresses stored inside mtd Many embedded devices have information such as mac addresses stored inside mtd
devices. This patch allows us to add a property inside a node describing a devices. This patch allows us to add a property inside a node describing a