1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

mipseb -> mips, thx kaloz for clearification

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2785 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx
2005-12-26 12:02:43 +00:00
parent 9a34da5060
commit 74753f7ac3
5 changed files with 8 additions and 9 deletions

View File

@@ -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/' \