aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/patches-4.14/110-korina-update-authors.patch
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@advem.lv>2018-11-25 14:55:38 +0200
committerJohn Crispin <john@phrozen.org>2018-11-26 09:31:50 +0100
commit920845357fc6f84fe1a8bcb4a504fff499bce085 (patch)
tree70690cf3ccf818a0973802d450f5af36cd6ce67a /target/linux/rb532/patches-4.14/110-korina-update-authors.patch
parenta0d5acfbe2bd4f9423d08d88706456e0bd62d4ce (diff)
downloadupstream-920845357fc6f84fe1a8bcb4a504fff499bce085.tar.gz
upstream-920845357fc6f84fe1a8bcb4a504fff499bce085.tar.bz2
upstream-920845357fc6f84fe1a8bcb4a504fff499bce085.zip
rb532: add 4.14 support
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/rb532/patches-4.14/110-korina-update-authors.patch')
-rw-r--r--target/linux/rb532/patches-4.14/110-korina-update-authors.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/rb532/patches-4.14/110-korina-update-authors.patch b/target/linux/rb532/patches-4.14/110-korina-update-authors.patch
new file mode 100644
index 0000000000..843397cf37
--- /dev/null
+++ b/target/linux/rb532/patches-4.14/110-korina-update-authors.patch
@@ -0,0 +1,17 @@
+--- 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
+@@ -1150,5 +1151,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");