diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-07 08:58:31 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-06-07 08:58:42 +0200 |
commit | 7eeb254cc49c4e9f837c980826ec112b9404f341 (patch) | |
tree | db7afa90503c4b77c8fa06f5e1d351d3b3a140a5 /target/linux/ramips/patches-4.4/0505-net-next-mediatek-add-support-for-rt2880.patch | |
parent | f7fb6e49f214e8a38698bab4d33551addbc04439 (diff) | |
download | mtk-20170518-7eeb254cc49c4e9f837c980826ec112b9404f341.zip mtk-20170518-7eeb254cc49c4e9f837c980826ec112b9404f341.tar.gz mtk-20170518-7eeb254cc49c4e9f837c980826ec112b9404f341.tar.bz2 |
treewide: replace nbd@openwrt.org with nbd@nbd.name
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ramips/patches-4.4/0505-net-next-mediatek-add-support-for-rt2880.patch')
-rw-r--r-- | target/linux/ramips/patches-4.4/0505-net-next-mediatek-add-support-for-rt2880.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/patches-4.4/0505-net-next-mediatek-add-support-for-rt2880.patch b/target/linux/ramips/patches-4.4/0505-net-next-mediatek-add-support-for-rt2880.patch index 8ed00e3..6221a16 100644 --- a/target/linux/ramips/patches-4.4/0505-net-next-mediatek-add-support-for-rt2880.patch +++ b/target/linux/ramips/patches-4.4/0505-net-next-mediatek-add-support-for-rt2880.patch @@ -8,7 +8,7 @@ normally be attached to an external phy of switch. The patch also adds the code required to drive the mdio bus. Signed-off-by: John Crispin <blogic@openwrt.org> -Signed-off-by: Felix Fietkau <nbd@openwrt.org> +Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Michael Lee <igvtee@gmail.com> --- drivers/net/ethernet/mediatek/mdio_rt2880.c | 222 +++++++++++++++++++++++++++ @@ -32,7 +32,7 @@ Signed-off-by: Michael Lee <igvtee@gmail.com> + * GNU General Public License for more details. + * + * Copyright (C) 2009-2015 John Crispin <blogic@openwrt.org> -+ * Copyright (C) 2009-2015 Felix Fietkau <nbd@openwrt.org> ++ * Copyright (C) 2009-2015 Felix Fietkau <nbd@nbd.name> + * Copyright (C) 2013-2015 Michael Lee <igvtee@gmail.com> + */ + @@ -257,7 +257,7 @@ Signed-off-by: Michael Lee <igvtee@gmail.com> + * GNU General Public License for more details. + * + * Copyright (C) 2009-2015 John Crispin <blogic@openwrt.org> -+ * Copyright (C) 2009-2015 Felix Fietkau <nbd@openwrt.org> ++ * Copyright (C) 2009-2015 Felix Fietkau <nbd@nbd.name> + * Copyright (C) 2013-2015 Michael Lee <igvtee@gmail.com> + */ + @@ -283,7 +283,7 @@ Signed-off-by: Michael Lee <igvtee@gmail.com> + * GNU General Public License for more details. + * + * Copyright (C) 2009-2015 John Crispin <blogic@openwrt.org> -+ * Copyright (C) 2009-2015 Felix Fietkau <nbd@openwrt.org> ++ * Copyright (C) 2009-2015 Felix Fietkau <nbd@nbd.name> + * Copyright (C) 2013-2015 Michael Lee <igvtee@gmail.com> + */ + |