diff options
Diffstat (limited to 'target/linux/ath25/patches-4.4/110-ar2313_ethernet.patch')
-rw-r--r-- | target/linux/ath25/patches-4.4/110-ar2313_ethernet.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath25/patches-4.4/110-ar2313_ethernet.patch b/target/linux/ath25/patches-4.4/110-ar2313_ethernet.patch index 0efdb27af4..9b1286c075 100644 --- a/target/linux/ath25/patches-4.4/110-ar2313_ethernet.patch +++ b/target/linux/ath25/patches-4.4/110-ar2313_ethernet.patch @@ -39,7 +39,7 @@ + * + * Copyright (C) 2004 by Sameer Dekate <sdekate@arubanetworks.com> + * Copyright (C) 2006 Imre Kaloz <kaloz@openwrt.org> -+ * Copyright (C) 2006-2009 Felix Fietkau <nbd@openwrt.org> ++ * Copyright (C) 2006-2009 Felix Fietkau <nbd@nbd.name> + * + * Thanks to Atheros for providing hardware and documentation + * enabling me to write this driver. @@ -152,7 +152,7 @@ + +#ifdef MODULE +MODULE_LICENSE("GPL"); -+MODULE_AUTHOR("Sameer Dekate <sdekate@arubanetworks.com>, Imre Kaloz <kaloz@openwrt.org>, Felix Fietkau <nbd@openwrt.org>"); ++MODULE_AUTHOR("Sameer Dekate <sdekate@arubanetworks.com>, Imre Kaloz <kaloz@openwrt.org>, Felix Fietkau <nbd@nbd.name>"); +MODULE_DESCRIPTION("AR231x Ethernet driver"); +#endif + @@ -1248,7 +1248,7 @@ + * + * Copyright (C) 2004 by Sameer Dekate <sdekate@arubanetworks.com> + * Copyright (C) 2006 Imre Kaloz <kaloz@openwrt.org> -+ * Copyright (C) 2006-2009 Felix Fietkau <nbd@openwrt.org> ++ * Copyright (C) 2006-2009 Felix Fietkau <nbd@nbd.name> + * + * Thanks to Atheros for providing hardware and documentation + * enabling me to write this driver. |