mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 17:07:43 +00:00
e2fsprogs: needs LARGEFILE
This commit is contained in:
parent
fc52ef24b9
commit
582ff23926
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_E2FSPROGS
|
config BR2_PACKAGE_E2FSPROGS
|
||||||
bool "e2fsprogs"
|
bool "e2fsprogs"
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
The EXT2 file system utilities and libraries
|
The EXT2 file system utilities and libraries
|
||||||
|
|
||||||
@ -80,3 +81,5 @@ config BR2_PACKAGE_E2FSPROGS_UUIDGEN
|
|||||||
default y
|
default y
|
||||||
depends on BR2_PACKAGE_E2FSPROGS
|
depends on BR2_PACKAGE_E2FSPROGS
|
||||||
|
|
||||||
|
comment "e2fsprogs requires a toolchain with LARGEFILE support"
|
||||||
|
depends on !BR2_LARGEFILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user