index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
target
/
Config.in
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'target/Config.in')
-rw-r--r--
target/Config.in
11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in
index 14dec6db4a..7380773d88 100644
--- a/
target/Config.in
+++ b/
target/Config.in
@@ -91,6 +91,15 @@ config ARCH_64BIT
# Architecture selection
+config aarch64
+ select ARCH_64BIT
+ bool
+
+config aarch64_be
+ select ARCH_64BIT
+ select BIG_ENDIAN
+ bool
+
config arm
bool
@@ -175,6 +184,8 @@ config x86_64
config ARCH
string
+ default "aarch64" if aarch64
+ default "aarch64_be" if aarch64_be
default "arm" if arm
default "armeb" if armeb
default "avr32" if avr32