From a48ec228fedf8116ee3029aa04dd091218a99ba5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 18 May 2008 17:30:49 +0000 Subject: [PATCH] bcm963xx: serial port support Signed-off-by: Axel Gembe SVN-Revision: 11175 --- .../patches-2.6.25/002-bcm963xx_serial.patch | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 target/linux/brcm63xx/patches-2.6.25/002-bcm963xx_serial.patch 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 new file mode 100644 index 0000000000..18f41a27cb --- /dev/null +++ b/target/linux/brcm63xx/patches-2.6.25/002-bcm963xx_serial.patch @@ -0,0 +1,23 @@ +From 53bc5316c1123689dddf2c78a4cdfd15834237e8 Mon Sep 17 00:00:00 2001 +From: Axel Gembe +Date: Mon, 12 May 2008 18:53:47 +0200 +Subject: [PATCH] bcm963xx: serial port support + + +Signed-off-by: Axel Gembe +--- + drivers/serial/Makefile | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile +index 640cfe4..edc325e 100644 +--- a/drivers/serial/Makefile ++++ b/drivers/serial/Makefile +@@ -67,3 +67,4 @@ obj-$(CONFIG_SERIAL_NETX) += netx-serial.o + 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 +-- +1.5.5.1 + -- 2.30.2