projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add support for multiple /etc/ppp/ip-{up,down} scripts.
[openwrt.git]
/
openwrt
/
Config.in
diff --git
a/openwrt/Config.in
b/openwrt/Config.in
index
99f9c9c
..
cccdce9
100644
(file)
--- a/
openwrt/Config.in
+++ b/
openwrt/Config.in
@@
-10,6
+10,9
@@
config BR2_HAVE_DOT_CONFIG
bool
default y
bool
default y
+config BR2_BIG_ENDIAN
+ tristate
+
# Supported architectures
config BR2_i386
# Supported architectures
config BR2_i386
@@
-17,18
+20,23
@@
config BR2_i386
config BR2_mips
tristate
config BR2_mips
tristate
+ select BR2_BIG_ENDIAN
config BR2_mipsel
tristate
config BR2_mipsel
tristate
+config BR2_armeb
+ tristate
+ select BR2_BIG_ENDIAN
+
# Unsupported architectures
if CONFIG_DEVEL
# Unsupported architectures
if CONFIG_DEVEL
-
-config BR2_arm
+config BR2_mips64
tristate
tristate
+ select BR2_BIG_ENDIAN
-config BR2_arm
eb
+config BR2_arm
tristate
config BR2_cris
tristate
config BR2_cris
@@
-36,24
+44,29
@@
config BR2_cris
config BR2_m68k
tristate
config BR2_m68k
tristate
+ select BR2_BIG_ENDIAN
config BR2_powerpc
tristate
config BR2_powerpc
tristate
+ select BR2_BIG_ENDIAN
config BR2_sh3
tristate
config BR2_sh3eb
tristate
config BR2_sh3
tristate
config BR2_sh3eb
tristate
+ select BR2_BIG_ENDIAN
config BR2_sh4
tristate
config BR2_sh4eb
tristate
config BR2_sh4
tristate
config BR2_sh4eb
tristate
+ select BR2_BIG_ENDIAN
config BR2_sparc
tristate
config BR2_sparc
tristate
+ select BR2_BIG_ENDIAN
endif
endif
@@
-66,6
+79,7
@@
config BR2_ARCH
default "m68k" if BR2_m68k
default "mips" if BR2_mips
default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
default "m68k" if BR2_m68k
default "mips" if BR2_mips
default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
+ default "mips64" if BR2_mips64
default "powerpc" if BR2_powerpc
default "sh3" if BR2_sh3
default "sh3eb" if BR2_sh3eb
default "powerpc" if BR2_powerpc
default "sh3" if BR2_sh3
default "sh3eb" if BR2_sh3eb
This page took
0.029653 seconds
and
4
git commands to generate.