mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
Mark MIPS I, II, III and IV as deprecated
Deprecate old MIPS ISAs since they are rarely used anymore and they cause multiple build problems for new packages Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c4b78bda4b
commit
831dad2d61
@ -1,8 +1,7 @@
|
|||||||
choice
|
choice
|
||||||
prompt "Target Architecture Variant"
|
prompt "Target Architecture Variant"
|
||||||
depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
||||||
default BR2_mips_3 if BR2_mips
|
default BR2_mips_32 if BR2_mips || BR2_mipsel
|
||||||
default BR2_mips_1 if BR2_mipsel
|
|
||||||
default BR2_mips_64 if BR2_mips64 || BR2_mips64el
|
default BR2_mips_64 if BR2_mips64 || BR2_mips64el
|
||||||
help
|
help
|
||||||
Specific CPU variant to use
|
Specific CPU variant to use
|
||||||
@ -12,14 +11,16 @@ choice
|
|||||||
|
|
||||||
config BR2_mips_1
|
config BR2_mips_1
|
||||||
bool "mips I (generic)"
|
bool "mips I (generic)"
|
||||||
depends on !BR2_ARCH_IS_64
|
depends on !BR2_ARCH_IS_64 && BR2_DEPRECATED
|
||||||
config BR2_mips_2
|
config BR2_mips_2
|
||||||
bool "mips II"
|
bool "mips II"
|
||||||
depends on !BR2_ARCH_IS_64
|
depends on !BR2_ARCH_IS_64 && BR2_DEPRECATED
|
||||||
config BR2_mips_3
|
config BR2_mips_3
|
||||||
bool "mips III"
|
bool "mips III"
|
||||||
|
depends on BR2_DEPRECATED
|
||||||
config BR2_mips_4
|
config BR2_mips_4
|
||||||
bool "mips IV"
|
bool "mips IV"
|
||||||
|
depends on BR2_DEPRECATED
|
||||||
config BR2_mips_32
|
config BR2_mips_32
|
||||||
bool "mips 32"
|
bool "mips 32"
|
||||||
depends on !BR2_ARCH_IS_64
|
depends on !BR2_ARCH_IS_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user