summaryrefslogtreecommitdiffstats
path: root/openwrt/toolchain/kernel-headers/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-26 12:02:43 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-26 12:02:43 +0000
commitca78be5c674d638437b3696835251220bc3f9dde (patch)
treeee9db4bb8b0a1d45c0af686cb9710ad12f350742 /openwrt/toolchain/kernel-headers/Makefile
parent5340724d83c65c5624020a97e5323580421734c8 (diff)
mipseb -> mips, thx kaloz for clearification
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2785 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/kernel-headers/Makefile')
-rw-r--r--openwrt/toolchain/kernel-headers/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/toolchain/kernel-headers/Makefile b/openwrt/toolchain/kernel-headers/Makefile
index 732a097e8..f64d34179 100644
--- a/openwrt/toolchain/kernel-headers/Makefile
+++ b/openwrt/toolchain/kernel-headers/Makefile
@@ -12,7 +12,6 @@ LINUX_HEADERS_SITE= \
LINUX_HEADERS_SOURCE=linux-$(LINUX_HEADERS_VERSION).tar.bz2
LINUX_HEADERS_ARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \
- -e 's/mipsel/mips/' \
-e 's/mipseb/mips/' \
-e 's/powerpc/ppc/' \
-e 's/sh[234]/sh/' \