summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/generic-2.4/patches
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
commit170162dcbba5380f51230116c80ed60419ebbca7 (patch)
tree4b37d130963f317b15998e9cf7747f8a763595bf /openwrt/target/linux/generic-2.4/patches
parentd0b7296ddbf044eca8d66a056b95f1afa7ee7b59 (diff)
downloadmtk-20170518-170162dcbba5380f51230116c80ed60419ebbca7.zip
mtk-20170518-170162dcbba5380f51230116c80ed60419ebbca7.tar.gz
mtk-20170518-170162dcbba5380f51230116c80ed60419ebbca7.tar.bz2
a "generic" patch shouldn't be setting the ARCH to mips
SVN-Revision: 4571
Diffstat (limited to 'openwrt/target/linux/generic-2.4/patches')
-rw-r--r--openwrt/target/linux/generic-2.4/patches/000-linux_mips.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/openwrt/target/linux/generic-2.4/patches/000-linux_mips.patch b/openwrt/target/linux/generic-2.4/patches/000-linux_mips.patch
index 7fae1ee..16177c5 100644
--- a/openwrt/target/linux/generic-2.4/patches/000-linux_mips.patch
+++ b/openwrt/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