mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-09 06:22:54 +00:00
ac5297340e
Refreshed all patches. Altered patches: - 210-dwc2_defaults.patch - 708-mc-bus-support-layerscape.patch Fixes: - CVE-2020-25656 Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
18 lines
818 B
Diff
18 lines
818 B
Diff
--- a/drivers/net/ethernet/korina.c
|
|
+++ b/drivers/net/ethernet/korina.c
|
|
@@ -4,6 +4,7 @@
|
|
* Copyright 2004 IDT Inc. (rischelp@idt.com)
|
|
* Copyright 2006 Felix Fietkau <nbd@openwrt.org>
|
|
* Copyright 2008 Florian Fainelli <florian@openwrt.org>
|
|
+ * Copyright 2017 Roman Yeryomin <roman@advem.lv>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms of the GNU General Public License as published by the
|
|
@@ -1151,5 +1152,6 @@ module_platform_driver(korina_driver);
|
|
MODULE_AUTHOR("Philip Rischel <rischelp@idt.com>");
|
|
MODULE_AUTHOR("Felix Fietkau <nbd@openwrt.org>");
|
|
MODULE_AUTHOR("Florian Fainelli <florian@openwrt.org>");
|
|
+MODULE_AUTHOR("Roman Yeryomin <roman@advem.lv>");
|
|
MODULE_DESCRIPTION("IDT RC32434 (Korina) Ethernet driver");
|
|
MODULE_LICENSE("GPL");
|