From 9928236d16291cb7a7d40265454b6a23e9e03e7f Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 29 Jul 2021 08:45:24 +0200 Subject: generic: fix compile-error for non-mtd platforms Fixes commit cd39aba402ea ("generic: write back netdev MAC-address to device-tree") Signed-off-by: David Bauer --- .../pending-5.4/682-of_net-add-mac-address-increment-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch') diff --git a/target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch b/target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch index 120ef52ff8..2a3f7da222 100644 --- a/target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch +++ b/target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch @@ -65,7 +65,7 @@ Signed-off-by: Ansuel Smith { #ifdef CONFIG_MTD struct platform_device *pdev = of_find_device_by_node(np); -@@ -146,28 +151,54 @@ static const void *of_get_mac_address_mt +@@ -147,28 +152,54 @@ static const void *of_get_mac_address_mt * If a mtd-mac-address property exists, try to fetch the MAC address from the * specified mtd device. * -- cgit v1.2.3