mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
dosfstools: needs largefile support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0a7f1bf51a
commit
7477b474da
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_DOSFSTOOLS
|
config BR2_PACKAGE_DOSFSTOOLS
|
||||||
bool "dosfstools"
|
bool "dosfstools"
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
Tools for creating and checking DOS FAT filesystems.
|
Tools for creating and checking DOS FAT filesystems.
|
||||||
|
|
||||||
@ -22,3 +23,6 @@ config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
|
|||||||
depends on BR2_PACKAGE_DOSFSTOOLS
|
depends on BR2_PACKAGE_DOSFSTOOLS
|
||||||
help
|
help
|
||||||
Get or set the DOS FAT filesystem label.
|
Get or set the DOS FAT filesystem label.
|
||||||
|
|
||||||
|
comment "dosfstools requires a toolchain with LARGEFILE support"
|
||||||
|
depends on !BR2_LARGEFILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user