mirror of https://github.com/hak5/openwrt.git
19 lines
588 B
Diff
19 lines
588 B
Diff
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
|