x86-2.6 compile fixes for snapshot build
[openwrt.git] / target / linux / rules.mk
index 8871fa4..758b525 100644 (file)
@@ -1,5 +1,6 @@
 LINUX_KARCH:=$(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/' \
 )
This page took 0.033959 seconds and 4 git commands to generate.