summaryrefslogtreecommitdiffstats
path: root/openwrt/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/Config.in')
-rw-r--r--openwrt/Config.in16
1 files changed, 13 insertions, 3 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in
index 99f9c9c34..bdc8703e6 100644
--- a/openwrt/Config.in
+++ b/openwrt/Config.in
@@ -10,6 +10,9 @@ config BR2_HAVE_DOT_CONFIG
bool
default y
+config BR2_BIG_ENDIAN
+ tristate
+
# Supported architectures
config BR2_i386
@@ -17,10 +20,15 @@ config BR2_i386
config BR2_mips
tristate
+ select BR2_BIG_ENDIAN
config BR2_mipsel
tristate
+config BR2_armeb
+ tristate
+ select BR2_BIG_ENDIAN
+
# Unsupported architectures
if CONFIG_DEVEL
@@ -28,32 +36,34 @@ if CONFIG_DEVEL
config BR2_arm
tristate
-config BR2_armeb
- tristate
-
config BR2_cris
tristate
config BR2_m68k
tristate
+ select BR2_BIG_ENDIAN
config BR2_powerpc
tristate
+ select BR2_BIG_ENDIAN
config BR2_sh3
tristate
config BR2_sh3eb
tristate
+ select BR2_BIG_ENDIAN
config BR2_sh4
tristate
config BR2_sh4eb
tristate
+ select BR2_BIG_ENDIAN
config BR2_sparc
tristate
+ select BR2_BIG_ENDIAN
endif