diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-30 08:23:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-30 08:23:48 +0000 |
commit | fb07876f2530fc27c0b4a160f9ddc01eb0eaa3a5 (patch) | |
tree | b9ece82ea292941b21ebef4a6223825f170494c0 /target/linux/ramips/files/arch | |
parent | 6708d68c24309fc45f5a6de001ad92ef2ba96b6f (diff) | |
download | mtk-20170518-fb07876f2530fc27c0b4a160f9ddc01eb0eaa3a5.zip mtk-20170518-fb07876f2530fc27c0b4a160f9ddc01eb0eaa3a5.tar.gz mtk-20170518-fb07876f2530fc27c0b4a160f9ddc01eb0eaa3a5.tar.bz2 |
ramips: rt305x: fix garbled name in mach-mzk-w300nh2.c
Signed-off-by: Samir Ibradžić <sibradzic@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34934
Diffstat (limited to 'target/linux/ramips/files/arch')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mzk-w300nh2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mzk-w300nh2.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mzk-w300nh2.c index 53d5002..01cabbc 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mzk-w300nh2.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mzk-w300nh2.c @@ -1,7 +1,7 @@ /* * Planex MZK-W300NH2 board support * - * Copyright (C) 2012 Samir Ibradžić sibradzic@gmail.com + * Copyright (C) 2012 Samir Ibradžić <sibradzic@gmail.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published |