mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
target/arch: x86/prescott doesn't define BR2_ARCH, fix it
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ec4342e825
commit
67202463b0
@ -597,6 +597,7 @@ config BR2_ARCH
|
|||||||
default "i686" if BR2_x86_pentium4
|
default "i686" if BR2_x86_pentium4
|
||||||
default "i686" if BR2_x86_pentium_m
|
default "i686" if BR2_x86_pentium_m
|
||||||
default "i686" if BR2_x86_pentiumpro
|
default "i686" if BR2_x86_pentiumpro
|
||||||
|
default "i686" if BR2_x86_prescott
|
||||||
default "i686" if BR2_x86_nocona
|
default "i686" if BR2_x86_nocona
|
||||||
default "i686" if BR2_x86_core2
|
default "i686" if BR2_x86_core2
|
||||||
default "i686" if BR2_x86_atom
|
default "i686" if BR2_x86_atom
|
||||||
|
Loading…
x
Reference in New Issue
Block a user