mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
target/jffs2: default to big endian format for big endian archs
Same logic as in target/Config.in.arch.
This commit is contained in:
parent
dbdd03601b
commit
76e5c2988f
@ -90,7 +90,10 @@ config BR2_TARGET_ROOTFS_JFFS2_PADSIZE
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Endianess"
|
prompt "Endianess"
|
||||||
default BR2_TARGET_ROOTFS_JFFS2_LE
|
default BR2_TARGET_ROOTFS_JFFS2_BE if BR2_alpha || BR2_armeb || \
|
||||||
|
BR2_avr32 || BR2_m68k || BR2_mips || \
|
||||||
|
BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
|
||||||
|
BR2_sh3eb || BR2_sh4eb || BR2_sparc || BR2_sparc64
|
||||||
|
|
||||||
config BR2_TARGET_ROOTFS_JFFS2_LE
|
config BR2_TARGET_ROOTFS_JFFS2_LE
|
||||||
bool "little-endian"
|
bool "little-endian"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user