summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-08 17:22:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-08 17:22:57 +0000
commit28f2598159fdfbac21de765497821127c0971964 (patch)
tree1b9c5c72693c5cf2d601d57d5ecdd96782175da7 /openwrt
parent715ec726d62a650d289d75812cb2bb0f7e6345c0 (diff)
downloadmtk-20170518-28f2598159fdfbac21de765497821127c0971964.zip
mtk-20170518-28f2598159fdfbac21de765497821127c0971964.tar.gz
mtk-20170518-28f2598159fdfbac21de765497821127c0971964.tar.bz2
another fix for the ar7 serial port
SVN-Revision: 1378
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/target/linux/linux-2.4/patches/ar7/000-ar7_support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/patches/ar7/000-ar7_support.patch b/openwrt/target/linux/linux-2.4/patches/ar7/000-ar7_support.patch
index 4505296..e06c7ee 100644
--- a/openwrt/target/linux/linux-2.4/patches/ar7/000-ar7_support.patch
+++ b/openwrt/target/linux/linux-2.4/patches/ar7/000-ar7_support.patch
@@ -3356,7 +3356,7 @@ diff -urN linux.old/drivers/char/serial.c linux.dev/drivers/char/serial.c
* needed for certain old 386 machines, I've left these #define's
* in....
*/
-+#ifdef CONFIG_AR7
++#ifndef CONFIG_AR7
#define serial_inp(info, offset) serial_in(info, offset)
#define serial_outp(info, offset, value) serial_out(info, offset, value)
+#endif