From 119b59cd0df00269bfe51d906657193217b8c884 Mon Sep 17 00:00:00 2001 From: Chris Larson <clarson@kergoth.com> Date: Thu, 25 Nov 2004 10:19:50 +0000 Subject: Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things). BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg --- ixp4xx/ixp4xx-csr/badpaths.patch | 18 ++++++++++++++++++ ixp4xx/ixp4xx-csr/build-timing-annoyance.patch | 10 ++++++++++ 2 files changed, 28 insertions(+) (limited to 'ixp4xx') 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) + + -- cgit v1.2.3