diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-03-07 17:56:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-03-07 17:56:53 +0000 |
commit | 3abf5ce6564e24a388b86caf1a00f91f4262b312 (patch) | |
tree | 77c12b89874795e1d0627b9106d526a6660e4cc1 /target/linux/ramips/patches-4.3/0022-arch-mips-ralink-proper-vendor-id-srtring.patch | |
parent | f73d8fb81bd847c61cd3fba2a8b1240619009aff (diff) | |
download | upstream-3abf5ce6564e24a388b86caf1a00f91f4262b312.tar.gz upstream-3abf5ce6564e24a388b86caf1a00f91f4262b312.tar.bz2 upstream-3abf5ce6564e24a388b86caf1a00f91f4262b312.zip |
ramips: convert the remaining subtargets to 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48954
Diffstat (limited to 'target/linux/ramips/patches-4.3/0022-arch-mips-ralink-proper-vendor-id-srtring.patch')
-rw-r--r-- | target/linux/ramips/patches-4.3/0022-arch-mips-ralink-proper-vendor-id-srtring.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/ramips/patches-4.3/0022-arch-mips-ralink-proper-vendor-id-srtring.patch b/target/linux/ramips/patches-4.3/0022-arch-mips-ralink-proper-vendor-id-srtring.patch deleted file mode 100644 index 967b83e391..0000000000 --- a/target/linux/ramips/patches-4.3/0022-arch-mips-ralink-proper-vendor-id-srtring.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 2e5d90398aacde3e46dfd87e6f716b00a0ffcd83 Mon Sep 17 00:00:00 2001 -From: John Crispin <blogic@openwrt.org> -Date: Mon, 7 Dec 2015 17:30:11 +0100 -Subject: [PATCH 22/53] arch: mips: ralink: proper vendor id srtring - -Signed-off-by: John Crispin <blogic@openwrt.org> ---- - arch/mips/ralink/mt7620.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/arch/mips/ralink/mt7620.c -+++ b/arch/mips/ralink/mt7620.c -@@ -567,7 +567,7 @@ void prom_soc_init(struct ralink_soc_inf - } - - 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)); |