diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-15 11:21:42 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-15 11:21:42 +0000 |
commit | 517e3d404ccf23ddd442357b851cd00ccdf4b72b (patch) | |
tree | 5bb4627d35b7323c8f9a39a6ab9bbf6fce4f757e /target/linux/brcm63xx/patches-2.6.25/002-bcm963xx_serial.patch | |
parent | a30ed4d09d3ab1ed8fadbd7acfb98c9a236eb0f9 (diff) | |
download | mtk-20170518-517e3d404ccf23ddd442357b851cd00ccdf4b72b.zip mtk-20170518-517e3d404ccf23ddd442357b851cd00ccdf4b72b.tar.gz mtk-20170518-517e3d404ccf23ddd442357b851cd00ccdf4b72b.tar.bz2 |
Delete old brcm63xx files
SVN-Revision: 13210
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.25/002-bcm963xx_serial.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.25/002-bcm963xx_serial.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.25/002-bcm963xx_serial.patch b/target/linux/brcm63xx/patches-2.6.25/002-bcm963xx_serial.patch deleted file mode 100644 index 7c46a79..0000000 --- a/target/linux/brcm63xx/patches-2.6.25/002-bcm963xx_serial.patch +++ /dev/null @@ -1,18 +0,0 @@ -From 53bc5316c1123689dddf2c78a4cdfd15834237e8 Mon Sep 17 00:00:00 2001 -From: Axel Gembe <ago@bastart.eu.org> -Date: Mon, 12 May 2008 18:53:47 +0200 -Subject: [PATCH] bcm963xx: serial port support - - -Signed-off-by: Axel Gembe <ago@bastart.eu.org> ---- - drivers/serial/Makefile | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - ---- a/drivers/serial/Makefile -+++ b/drivers/serial/Makefile -@@ -67,3 +67,4 @@ - obj-$(CONFIG_SERIAL_OF_PLATFORM) += of_serial.o - obj-$(CONFIG_SERIAL_KS8695) += serial_ks8695.o - obj-$(CONFIG_SERIAL_QE) += ucc_uart.o -+obj-$(CONFIG_BCM963XX) += bcm63xx_cons.o |