mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
elf2flt: only allow it to be selected on supported archs
This commit is contained in:
parent
37b778b71c
commit
d22723861b
@ -1,8 +1,6 @@
|
|||||||
comment "elf2flt"
|
|
||||||
|
|
||||||
config BR2_ELF2FLT
|
config BR2_ELF2FLT
|
||||||
bool "Enable elf2flt support?"
|
bool "Enable elf2flt support?"
|
||||||
depends !BR2_alpha && !BR2_x86_64
|
depends on BR2_arm || BR2_sh || BR2_sparc
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
uCLinux uses a Binary Flat format commonly known as BFLT. It
|
uCLinux uses a Binary Flat format commonly known as BFLT. It
|
||||||
|
Loading…
x
Reference in New Issue
Block a user