aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-05-03 17:56:32 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-05-03 17:56:32 +0000
commit6262fb0b655fc8a9ef931763b6d7f3a15c6d7762 (patch)
treec249374277d626a06df286f2b5ba610f4a52382e
parent9c739ae448b3bb4162bdae11988128698732c205 (diff)
downloadupstream-6262fb0b655fc8a9ef931763b6d7f3a15c6d7762.tar.gz
upstream-6262fb0b655fc8a9ef931763b6d7f3a15c6d7762.tar.bz2
upstream-6262fb0b655fc8a9ef931763b6d7f3a15c6d7762.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45596 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/generic/patches-3.18/681-NET-add-of_get_mac_address_mtd.patch (renamed from target/linux/lantiq/patches-3.18/0027-NET-add-of_get_mac_address_mtd.patch)3
-rw-r--r--target/linux/generic/patches-4.0/681-NET-add-of_get_mac_address_mtd.patch (renamed from target/linux/ramips/patches-3.18/0034-NET-add-of_get_mac_address_mtd.patch)3
2 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/lantiq/patches-3.18/0027-NET-add-of_get_mac_address_mtd.patch b/target/linux/generic/patches-3.18/681-NET-add-of_get_mac_address_mtd.patch
index e21082ca7e..bb3bf98575 100644
--- a/target/linux/lantiq/patches-3.18/0027-NET-add-of_get_mac_address_mtd.patch
+++ b/target/linux/generic/patches-3.18/681-NET-add-of_get_mac_address_mtd.patch
@@ -1,7 +1,6 @@
-From f393898476aef3e4f49c27725c3d2dd70fca38fe Mon Sep 17 00:00:00 2001
From: John Crispin <blogic@openwrt.org>
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
devices. This patch allows us to add a property inside a node describing a
diff --git a/target/linux/ramips/patches-3.18/0034-NET-add-of_get_mac_address_mtd.patch b/target/linux/generic/patches-4.0/681-NET-add-of_get_mac_address_mtd.patch
index cf66726f18..bb3bf98575 100644
--- a/target/linux/ramips/patches-3.18/0034-NET-add-of_get_mac_address_mtd.patch
+++ b/target/linux/generic/patches-4.0/681-NET-add-of_get_mac_address_mtd.patch
@@ -1,7 +1,6 @@
-From 92f38460229a8816404408f036f0a374f1013d0e Mon Sep 17 00:00:00 2001
From: John Crispin <blogic@openwrt.org>
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
devices. This patch allows us to add a property inside a node describing a