aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.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-ar150.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-ar150.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c
index 9824bb89f9..9febc7a839 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c
@@ -122,4 +122,4 @@ static void __init gl_ar150_setup(void)
ath79_register_wmac(art + GL_AR150_CALDATA_OFFSET, art + GL_AR150_WMAC_MAC_OFFSET);
}
-MIPS_MACHINE(ATH79_MACH_GL_AR150, "GL-AR150", "GL-AR150",gl_ar150_setup);
+MIPS_MACHINE(ATH79_MACH_GL_AR150, "GL-AR150", "GL.iNet GL-AR150", gl_ar150_setup);