aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c
diff options
context:
space:
mode:
authorKyson Lok <kysonlok@gmail.com>2018-01-19 16:36:01 +0800
committerPiotr Dymacz <pepe2k@gmail.com>2018-02-22 18:53:22 +0100
commitbb1df2d75bcc27614505ad9979f3eb2ad4c1fd40 (patch)
tree362b785e9ff626d5ce41a4cde62ec31822cd5765 /target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c
parent9dbfd8e9dfb0abc0283d6512196bb4fd72bd6ab8 (diff)
downloadupstream-bb1df2d75bcc27614505ad9979f3eb2ad4c1fd40.tar.gz
upstream-bb1df2d75bcc27614505ad9979f3eb2ad4c1fd40.tar.bz2
upstream-bb1df2d75bcc27614505ad9979f3eb2ad4c1fd40.zip
ar71xx: include vendor name for GL iNet products
This patch include GL.iNet vendor name in the machine name for GL.iNet vendor products. Signed-off-by: Kyson Lok <kysonlok@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c
index c4e537f861..2a2d2702bc 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c
@@ -162,5 +162,4 @@ static void __init gl_ar300m_setup(void)
ath79_register_pci();
}
-MIPS_MACHINE(ATH79_MACH_GL_AR300M, "GL-AR300M", "GL-AR300M",
- gl_ar300m_setup);
+MIPS_MACHINE(ATH79_MACH_GL_AR300M, "GL-AR300M", "GL.iNet GL-AR300M", gl_ar300m_setup);