summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-08 17:22:57 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-08 17:22:57 +0000
commit97232ac8367c422fd4a110d65d31e96c7a099e7e (patch)
tree4b90ac03677a31f6c4859ed47f9cc6de940e09b5 /target
parent819aefb06fc68cbd3dfa5dcd5323076a44b49400 (diff)
another fix for the ar7 serial port
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1378 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/linux-2.4/patches/ar7/000-ar7_support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/linux-2.4/patches/ar7/000-ar7_support.patch b/target/linux/linux-2.4/patches/ar7/000-ar7_support.patch
index 45052961e..e06c7ee89 100644
--- a/target/linux/linux-2.4/patches/ar7/000-ar7_support.patch
+++ b/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