projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add rb532 support
[openwrt.git]
/
target
/
Config.in
diff --git
a/target/Config.in
b/target/Config.in
index
80e9847
..
47e62d4
100644
(file)
--- a/
target/Config.in
+++ b/
target/Config.in
@@
-7,6
+7,7
@@
config LINUX_2_6_ARUBA
select mips
select LINUX_2_6
select PCI_SUPPORT
select mips
select LINUX_2_6
select PCI_SUPPORT
+ select BIG_ENDIAN
help
Build firmware images for Aruba boards
help
Build firmware images for Aruba boards
@@
-14,6
+15,7
@@
config LINUX_2_4_AR531X
bool "Atheros AR531x [2.4]"
select mips
select LINUX_2_4
bool "Atheros AR531x [2.4]"
select mips
select LINUX_2_4
+ select BIG_ENDIAN
help
Build firmware images for Atheros AR531x based boards
(e.g. Netgear WGT624, Linksys WRT55AG)
help
Build firmware images for Atheros AR531x based boards
(e.g. Netgear WGT624, Linksys WRT55AG)
@@
-41,6
+43,12
@@
config LINUX_2_6_BRCM
Build firmware images for Broadcom based routers
(e.g. Netgear WGT634u)
Build firmware images for Broadcom based routers
(e.g. Netgear WGT634u)
+config LINUX_2_6_RB532
+ bool "Mikrotik RB532 [2.6]"
+ select mipsel
+ select LINUX_2_6
+ select PCI_SUPPORT
+
config LINUX_2_4_AR7
bool "TI AR7 [2.4]"
select mipsel
config LINUX_2_4_AR7
bool "TI AR7 [2.4]"
select mipsel
@@
-69,12
+77,12
@@
config LINUX_2_6_AU1000
bool "au1000 [2.6]"
select mipsel
select LINUX_2_6
bool "au1000 [2.6]"
select mipsel
select LINUX_2_6
- select
LINUX_
PCMCIA_SUPPORT
+ select PCMCIA_SUPPORT
help
Build firmware for AMD Alchemy 1500 boards
(e.g. 4G-Systems Mesh/Access Cube ...)
help
Build firmware for AMD Alchemy 1500 boards
(e.g. 4G-Systems Mesh/Access Cube ...)
-if
CONFIG_
DEVEL
+if DEVEL
config LINUX_2_6_ARM
bool "UNSUPPORTED little-endian arm platform"
config LINUX_2_6_ARM
bool "UNSUPPORTED little-endian arm platform"
@@
-84,6
+92,7
@@
config LINUX_2_6_ARM
config LINUX_2_6_ARMEB
bool "UNSUPPORTED big-endian arm platform"
select LINUX_2_6
config LINUX_2_6_ARMEB
bool "UNSUPPORTED big-endian arm platform"
select LINUX_2_6
+ select BIG_ENDIAN
select armeb
config LINUX_2_6_CRIS
select armeb
config LINUX_2_6_CRIS
@@
-99,6
+108,7
@@
config LINUX_2_6_M68K
config LINUX_2_6_PPC
bool "UNSUPPORTED powerpc platform"
select LINUX_2_6
config LINUX_2_6_PPC
bool "UNSUPPORTED powerpc platform"
select LINUX_2_6
+ select BIG_ENDIAN
select powerpc
config LINUX_2_6_SH3
select powerpc
config LINUX_2_6_SH3
@@
-109,6
+119,7
@@
config LINUX_2_6_SH3
config LINUX_2_6_SH3EB
bool "UNSUPPORTED big-endian sh3 platform"
select LINUX_2_6
config LINUX_2_6_SH3EB
bool "UNSUPPORTED big-endian sh3 platform"
select LINUX_2_6
+ select BIG_ENDIAN
select sh3eb
config LINUX_2_6_SH4
select sh3eb
config LINUX_2_6_SH4
@@
-119,11
+130,13
@@
config LINUX_2_6_SH4
config LINUX_2_6_SH4EB
bool "UNSUPPORTED big-endian sh4 platform"
select LINUX_2_6
config LINUX_2_6_SH4EB
bool "UNSUPPORTED big-endian sh4 platform"
select LINUX_2_6
+ select BIG_ENDIAN
select sh4eb
config LINUX_2_6_SPARC
bool "UNSUPPORTED sparc platform"
select LINUX_2_6
select sh4eb
config LINUX_2_6_SPARC
bool "UNSUPPORTED sparc platform"
select LINUX_2_6
+ select BIG_ENDIAN
select sparc
endif
select sparc
endif
@@
-145,6
+158,8
@@
config PCI_SUPPORT
config PCMCIA_SUPPORT
bool
config PCMCIA_SUPPORT
bool
+config BIG_ENDIAN
+ bool
# Architecture selection
# Architecture selection
@@
-195,7
+210,7
@@
config ARCH
default "i386" if i386
default "m68k" if m68k
default "mips" if mips
default "i386" if i386
default "m68k" if m68k
default "mips" if mips
- default "mipsel" if mipsel || !
CONFIG_
DEVEL
+ default "mipsel" if mipsel || !DEVEL
default "powerpc" if powerpc
default "sh3" if sh3
default "sh3eb" if sh3eb
default "powerpc" if powerpc
default "sh3" if sh3
default "sh3eb" if sh3eb
This page took
0.02526 seconds
and
4
git commands to generate.