mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-04 21:47:41 +01:00
fix arch default
SVN-Revision: 2899
This commit is contained in:
parent
b8ef5a018c
commit
19f58a15a6
2 changed files with 2 additions and 8 deletions
|
|
@ -10,12 +10,9 @@ config BR2_HAVE_DOT_CONFIG
|
|||
bool
|
||||
default y
|
||||
|
||||
config BR2_mipsel
|
||||
bool
|
||||
default y
|
||||
|
||||
choice
|
||||
prompt "Target Architecture"
|
||||
default BR2_mipsel
|
||||
|
||||
# Supported architectures
|
||||
|
||||
|
|
|
|||
|
|
@ -13,12 +13,9 @@ config BR2_HAVE_DOT_CONFIG
|
|||
bool
|
||||
default y
|
||||
|
||||
config BR2_mipsel
|
||||
bool
|
||||
default y
|
||||
|
||||
choice
|
||||
prompt "Target Architecture"
|
||||
default BR2_mipsel
|
||||
|
||||
# Supported architectures
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue