mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
- add ARM_IWMMXT variant since uClibc supports it
This commit is contained in:
parent
9a171e73cb
commit
ad505fa0ce
@ -74,6 +74,8 @@ config BR2_sa1100
|
|||||||
bool "sa1100"
|
bool "sa1100"
|
||||||
config BR2_xscale
|
config BR2_xscale
|
||||||
bool "xscale"
|
bool "xscale"
|
||||||
|
config BR2_IWMMXT
|
||||||
|
bool "iwmmxt"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BR2_ARM_TYPE
|
config BR2_ARM_TYPE
|
||||||
@ -88,6 +90,7 @@ config BR2_ARM_TYPE
|
|||||||
default ARM_SA110 if BR2_sa110
|
default ARM_SA110 if BR2_sa110
|
||||||
default ARM_SA1100 if BR2_sa1100
|
default ARM_SA1100 if BR2_sa1100
|
||||||
default ARM_XSCALE if BR2_xscale
|
default ARM_XSCALE if BR2_xscale
|
||||||
|
default ARM_IWMMXT if BR2_IWMMXT
|
||||||
default GENERIC_ARM if BR2_generic_arm
|
default GENERIC_ARM if BR2_generic_arm
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user