diff options
Diffstat (limited to 'target/linux/generic/pending-5.10/682-of_net-add-mac-address-increment-support.patch')
| -rw-r--r-- | target/linux/generic/pending-5.10/682-of_net-add-mac-address-increment-support.patch | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/target/linux/generic/pending-5.10/682-of_net-add-mac-address-increment-support.patch b/target/linux/generic/pending-5.10/682-of_net-add-mac-address-increment-support.patch index 0776d7bccc..9032b9186c 100644 --- a/target/linux/generic/pending-5.10/682-of_net-add-mac-address-increment-support.patch +++ b/target/linux/generic/pending-5.10/682-of_net-add-mac-address-increment-support.patch @@ -64,10 +64,10 @@ Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>  +static void *of_get_mac_address_mtd(struct device_node *np)   {   #ifdef CONFIG_MTD - 	struct device_node *mtd_np = NULL; -@@ -167,28 +172,54 @@ free: + 	struct platform_device *pdev = of_find_device_by_node(np); +@@ -152,28 +157,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, and store it as a 'mac-address' property +  * specified mtd device.    *  + * DT can tell the system to increment the mac-address after is extracted by  + * using: | 
