aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.4/patches/000-linux_mips.patch
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-16 01:07:12 +0000
committerMike Baker <mbm@openwrt.org>2006-08-16 01:07:12 +0000
commitcb8d3a4bd643d0e2f90c396fad9ad89946167598 (patch)
tree468d6d48cb078c910c10162b3846bcda8db045e5 /target/linux/generic-2.4/patches/000-linux_mips.patch
parentc3ccd3a1d04c21a32c3cfa07f54da2ad6a5b933a (diff)
downloadmaster-187ad058-cb8d3a4bd643d0e2f90c396fad9ad89946167598.tar.gz
master-187ad058-cb8d3a4bd643d0e2f90c396fad9ad89946167598.tar.bz2
master-187ad058-cb8d3a4bd643d0e2f90c396fad9ad89946167598.zip
a "generic" patch shouldn't be setting the ARCH to mips
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.4/patches/000-linux_mips.patch')
-rw-r--r--target/linux/generic-2.4/patches/000-linux_mips.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/generic-2.4/patches/000-linux_mips.patch b/target/linux/generic-2.4/patches/000-linux_mips.patch
index 7fae1eefc6..16177c53b9 100644
--- a/target/linux/generic-2.4/patches/000-linux_mips.patch
+++ b/target/linux/generic-2.4/patches/000-linux_mips.patch
@@ -27932,15 +27932,6 @@ diff -Nur linux-2.4.32-rc1/lib/Makefile linux-2.4.32-rc1.mips/lib/Makefile
diff -Nur linux-2.4.32-rc1/Makefile linux-2.4.32-rc1.mips/Makefile
--- linux-2.4.32-rc1/Makefile 2005-10-24 11:33:30.000000000 +0200
+++ linux-2.4.32-rc1.mips/Makefile 2005-09-23 22:41:15.000000000 +0200
-@@ -5,7 +5,7 @@
-
- KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
-
--ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
-+ARCH = mips
- KERNELPATH=kernel-$(shell echo $(KERNELRELEASE) | sed -e "s/-//g")
-
- CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
@@ -462,10 +462,11 @@
$(MAKE) -C Documentation/DocBook mrproper