X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=include%2Fkernel.mk;h=28567776adec2182daef034aa927c221f7d1ba52;hb=f3a925da0090162a7fb4305fbba9649081d01109;hp=a9a350bb280502117b31081e8d5b53ae01924a0f;hpb=79670e1e13de9f49a610f903feaedc3e8f60d632;p=openwrt.git diff --git a/include/kernel.mk b/include/kernel.mk index a9a350bb28..28567776ad 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -53,7 +53,7 @@ ifneq (,$(findstring uml,$(BOARD))) LINUX_KARCH:=um else ifeq (,$(LINUX_KARCH)) - LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \ + LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/x86/' \ -e 's/mipsel/mips/' \ -e 's/mipseb/mips/' \ -e 's/sh[234]/sh/' \