aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.8/0060-serial-ralink-adds-mt7620-serial.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-07-14 18:00:34 +0000
committerJohn Crispin <blogic@openwrt.org>2013-07-14 18:00:34 +0000
commitd4b8b8d62fcb34be61c325efa6f91d937d19a616 (patch)
tree29b48b2691fa9b9bb934598aab3dd09bb8562f6e /target/linux/ramips/patches-3.8/0060-serial-ralink-adds-mt7620-serial.patch
parent6bcbd536ed1e845dce59f5a063bbce293740c26e (diff)
downloadmaster-187ad058-d4b8b8d62fcb34be61c325efa6f91d937d19a616.tar.gz
master-187ad058-d4b8b8d62fcb34be61c325efa6f91d937d19a616.tar.bz2
master-187ad058-d4b8b8d62fcb34be61c325efa6f91d937d19a616.zip
ralink: drop v3.8 support
Signed-off-by: John Crispin <blogic@opewnrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37311 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.8/0060-serial-ralink-adds-mt7620-serial.patch')
-rw-r--r--target/linux/ramips/patches-3.8/0060-serial-ralink-adds-mt7620-serial.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/ramips/patches-3.8/0060-serial-ralink-adds-mt7620-serial.patch b/target/linux/ramips/patches-3.8/0060-serial-ralink-adds-mt7620-serial.patch
deleted file mode 100644
index c935a5a6a4..0000000000
--- a/target/linux/ramips/patches-3.8/0060-serial-ralink-adds-mt7620-serial.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From d76f99c928f0cd6e6cd3d99c916d890ae9a1e073 Mon Sep 17 00:00:00 2001
-From: John Crispin <blogic@openwrt.org>
-Date: Fri, 15 Mar 2013 18:16:01 +0100
-Subject: [PATCH 60/79] serial: ralink: adds mt7620 serial
-
-Add the config symbol for Mediatek7620 SoC to SERIAL_8250_RT288X
-
-Signed-off-by: John Crispin <blogic@openwrt.org>
----
- drivers/tty/serial/8250/Kconfig | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig
-index 9e4febd..d1ec3a1 100644
---- a/drivers/tty/serial/8250/Kconfig
-+++ b/drivers/tty/serial/8250/Kconfig
-@@ -280,7 +280,7 @@ config SERIAL_8250_EM
-
- config SERIAL_8250_RT288X
- bool "Ralink RT288x/RT305x/RT3662/RT3883 serial port support"
-- depends on SERIAL_8250 && (SOC_RT288X || SOC_RT305X || SOC_RT3883)
-+ depends on SERIAL_8250 && (SOC_RT288X || SOC_RT305X || SOC_RT3883 || SOC_MT7620)
- help
- If you have a Ralink RT288x/RT305x SoC based board and want to use the
- serial port, say Y to this option. The driver can handle up to 2 serial
---
-1.7.10.4
-