mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:55:00 +02:00
mipseb -> mips, thx kaloz for clearification
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2785 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5340724d83
commit
ca78be5c67
@ -32,8 +32,8 @@ config BR2_i386
|
|||||||
config BR2_m68k
|
config BR2_m68k
|
||||||
bool "m68k"
|
bool "m68k"
|
||||||
|
|
||||||
config BR2_mipseb
|
config BR2_mips
|
||||||
bool "mipseb"
|
bool "mips"
|
||||||
|
|
||||||
config BR2_mipsel
|
config BR2_mipsel
|
||||||
bool "mipsel"
|
bool "mipsel"
|
||||||
@ -65,7 +65,7 @@ config BR2_ARCH
|
|||||||
default "cris" if BR2_cris
|
default "cris" if BR2_cris
|
||||||
default "i386" if BR2_i386
|
default "i386" if BR2_i386
|
||||||
default "m68k" if BR2_m68k
|
default "m68k" if BR2_m68k
|
||||||
default "mipseb" if BR2_mipseb
|
default "mips" if BR2_mips
|
||||||
default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
|
default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
|
||||||
default "powerpc" if BR2_powerpc
|
default "powerpc" if BR2_powerpc
|
||||||
default "sh3" if BR2_sh3
|
default "sh3" if BR2_sh3
|
||||||
|
@ -35,8 +35,8 @@ config BR2_i386
|
|||||||
config BR2_m68k
|
config BR2_m68k
|
||||||
bool "m68k"
|
bool "m68k"
|
||||||
|
|
||||||
config BR2_mipseb
|
config BR2_mips
|
||||||
bool "mipseb"
|
bool "mips"
|
||||||
|
|
||||||
config BR2_mipsel
|
config BR2_mipsel
|
||||||
bool "mipsel"
|
bool "mipsel"
|
||||||
@ -68,7 +68,7 @@ config BR2_ARCH
|
|||||||
default "cris" if BR2_cris
|
default "cris" if BR2_cris
|
||||||
default "i386" if BR2_i386
|
default "i386" if BR2_i386
|
||||||
default "m68k" if BR2_m68k
|
default "m68k" if BR2_m68k
|
||||||
default "mipseb" if BR2_mipseb
|
default "mips" if BR2_mips
|
||||||
default "mipsel" if BR2_mipsel
|
default "mipsel" if BR2_mipsel
|
||||||
default "powerpc" if BR2_powerpc
|
default "powerpc" if BR2_powerpc
|
||||||
default "sh3" if BR2_sh3
|
default "sh3" if BR2_sh3
|
||||||
|
@ -51,7 +51,7 @@ config BR2_LINUX_2_6_X86
|
|||||||
config BR2_LINUX_2_4_AR531X
|
config BR2_LINUX_2_4_AR531X
|
||||||
bool "Support for Atheros ar531x based APs"
|
bool "Support for Atheros ar531x based APs"
|
||||||
default n
|
default n
|
||||||
depends BR2_mipseb
|
depends BR2_mips
|
||||||
help
|
help
|
||||||
Build firmware images for Atheros ar531x based boards
|
Build firmware images for Atheros ar531x based boards
|
||||||
(e.g. Netgear WGT624, Linksys WRT55AG)
|
(e.g. Netgear WGT624, Linksys WRT55AG)
|
||||||
|
@ -12,7 +12,6 @@ LINUX_HEADERS_SITE= \
|
|||||||
|
|
||||||
LINUX_HEADERS_SOURCE=linux-$(LINUX_HEADERS_VERSION).tar.bz2
|
LINUX_HEADERS_SOURCE=linux-$(LINUX_HEADERS_VERSION).tar.bz2
|
||||||
LINUX_HEADERS_ARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \
|
LINUX_HEADERS_ARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \
|
||||||
-e 's/mipsel/mips/' \
|
|
||||||
-e 's/mipseb/mips/' \
|
-e 's/mipseb/mips/' \
|
||||||
-e 's/powerpc/ppc/' \
|
-e 's/powerpc/ppc/' \
|
||||||
-e 's/sh[234]/sh/' \
|
-e 's/sh[234]/sh/' \
|
||||||
|
@ -43,7 +43,7 @@ ARCH_HAS_MMU=y
|
|||||||
UCLIBC_HAS_FLOATS=y
|
UCLIBC_HAS_FLOATS=y
|
||||||
HAS_FPU=y
|
HAS_FPU=y
|
||||||
# DO_C99_MATH is not set
|
# DO_C99_MATH is not set
|
||||||
KERNEL_SOURCE="./toolchain_build_mipsbe/linux"
|
KERNEL_SOURCE="./toolchain_build_mips/linux"
|
||||||
C_SYMBOL_PREFIX=""
|
C_SYMBOL_PREFIX=""
|
||||||
HAVE_DOT_CONFIG=y
|
HAVE_DOT_CONFIG=y
|
||||||
|
|
Loading…
Reference in New Issue
Block a user