aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wpa8630.c
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2017-03-10 22:18:48 +0100
committerPiotr Dymacz <pepe2k@gmail.com>2017-03-12 17:39:12 +0100
commite213647399739f1ac0fe426ef1da0ef88a4ee1f9 (patch)
treee32f17936538f931ebcc63bdbe2c65c111c4acc3 /target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wpa8630.c
parent53ef20f65acdcd068b1166d2522dcbe7d7e298c4 (diff)
downloadupstream-e213647399739f1ac0fe426ef1da0ef88a4ee1f9.tar.gz
upstream-e213647399739f1ac0fe426ef1da0ef88a4ee1f9.tar.bz2
upstream-e213647399739f1ac0fe426ef1da0ef88a4ee1f9.zip
ar71xx: fix machine name for several devices
Be consistent with form and format of the vendor name. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wpa8630.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wpa8630.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wpa8630.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wpa8630.c
index 0a1e6b4d91..73b563d313 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wpa8630.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wpa8630.c
@@ -168,5 +168,5 @@ static void __init tl_wpa8630_setup(void)
tl_wpa8630_gpio_keys);
}
-MIPS_MACHINE(ATH79_MACH_TL_WPA8630, "TL-WPA8630", "TP-Link TL-WPA8630",
+MIPS_MACHINE(ATH79_MACH_TL_WPA8630, "TL-WPA8630", "TP-LINK TL-WPA8630",
tl_wpa8630_setup);