From 24ebe34bfd71adf4f5dfdfa87017cccbd354fd1a Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 2 Oct 2015 10:51:41 +0000 Subject: [PATCH] ramips: fix reported vendor name Signed-off-by: John Crispin Backport of r46958 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47094 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-3.18/0302-mt762x-vendor-id.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 target/linux/ramips/patches-3.18/0302-mt762x-vendor-id.patch diff --git a/target/linux/ramips/patches-3.18/0302-mt762x-vendor-id.patch b/target/linux/ramips/patches-3.18/0302-mt762x-vendor-id.patch new file mode 100644 index 0000000000..6b05a13abd --- /dev/null +++ b/target/linux/ramips/patches-3.18/0302-mt762x-vendor-id.patch @@ -0,0 +1,22 @@ +--- a/arch/mips/ralink/mt7620.c ++++ b/arch/mips/ralink/mt7620.c +@@ -555,7 +555,7 @@ + } + + snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, +- "Ralink %s ver:%u eco:%u", ++ "MediaTek %s ver:%u eco:%u", + name, + (rev >> CHIP_REV_VER_SHIFT) & CHIP_REV_VER_MASK, + (rev & CHIP_REV_ECO_MASK)); +--- a/arch/mips/ralink/mt7621.c ++++ b/arch/mips/ralink/mt7621.c +@@ -168,7 +168,7 @@ + rev = __raw_readl(sysc + SYSC_REG_CHIP_REV); + + snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, +- "Mediatek %s ver:%u eco:%u", ++ "MediaTek %s ver:%u eco:%u", + name, + (rev >> CHIP_REV_VER_SHIFT) & CHIP_REV_VER_MASK, + (rev & CHIP_REV_ECO_MASK)); -- 2.11.0