diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
commit | 119b59cd0df00269bfe51d906657193217b8c884 (patch) | |
tree | be4bc7f812a9df2c6b3f17e6c3cc9bfafad07253 /ixp4xx/ixp4xx-csr | |
parent | c985a77fad25302d576fbcf92149c983887bc0b9 (diff) |
Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things).
BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg
Diffstat (limited to 'ixp4xx/ixp4xx-csr')
-rw-r--r-- | ixp4xx/ixp4xx-csr/badpaths.patch | 18 | ||||
-rw-r--r-- | ixp4xx/ixp4xx-csr/build-timing-annoyance.patch | 10 |
2 files changed, 28 insertions, 0 deletions
diff --git a/ixp4xx/ixp4xx-csr/badpaths.patch b/ixp4xx/ixp4xx-csr/badpaths.patch index e69de29bb2..c5981aa3b7 100644 --- a/ixp4xx/ixp4xx-csr/badpaths.patch +++ b/ixp4xx/ixp4xx-csr/badpaths.patch @@ -0,0 +1,18 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- ixp400_xscale_sw/src/linux/vx.c~ugh 2003-12-12 14:58:34.000000000 -0500 ++++ ixp400_xscale_sw/src/linux/vx.c 2004-11-14 17:50:07.610969440 -0500 +@@ -31,8 +31,8 @@ + * + * -- End Intel Copyright Notice -- + */ +-#include <asm-arm/system.h> +-#include <asm-arm/semaphore.h> ++#include <asm/system.h> ++#include <asm/semaphore.h> + #include <linux/kernel.h> + #include <linux/time.h> + #include <linux/sched.h> diff --git a/ixp4xx/ixp4xx-csr/build-timing-annoyance.patch b/ixp4xx/ixp4xx-csr/build-timing-annoyance.patch index e69de29bb2..0c040ec2df 100644 --- a/ixp4xx/ixp4xx-csr/build-timing-annoyance.patch +++ b/ixp4xx/ixp4xx-csr/build-timing-annoyance.patch @@ -0,0 +1,10 @@ +--- ixp400_xscale_sw/Makefile~ 2004-11-18 21:26:43.000000000 +1030 ++++ ixp400_xscale_sw/Makefile 2004-11-18 21:31:20.000000000 +1030 +@@ -1015,6 +1015,7 @@ + cp Makefile.kmod26 $(OBJ_DIR)/Makefile + make -C $(OBJ_DIR) + $(LD) $(LDFLAGS) $^ -o $@ ++ sleep 2 + make -C $(OBJ_DIR) + + |