diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-08 17:22:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-08 17:22:57 +0000 |
commit | 94420343038a61bf9cda7aae62540fd0e059b8a2 (patch) | |
tree | 4b90ac03677a31f6c4859ed47f9cc6de940e09b5 | |
parent | 110f2cbaa93934c4e8cbc170a5b147121f0aeb04 (diff) | |
download | master-187ad058-94420343038a61bf9cda7aae62540fd0e059b8a2.tar.gz master-187ad058-94420343038a61bf9cda7aae62540fd0e059b8a2.tar.bz2 master-187ad058-94420343038a61bf9cda7aae62540fd0e059b8a2.zip |
another fix for the ar7 serial port
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1378 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/linux-2.4/patches/ar7/000-ar7_support.patch | 2 |
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 45052961ea..e06c7ee89a 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 |