mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
hdparm: needs largefile support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
246c1f4dea
commit
c1d0fae7d0
@ -1,6 +1,10 @@
|
|||||||
config BR2_PACKAGE_HDPARM
|
config BR2_PACKAGE_HDPARM
|
||||||
bool "hdparm"
|
bool "hdparm"
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
hdparm - get/set hard disk parameters for Linux IDE drives.
|
hdparm - get/set hard disk parameters for Linux IDE drives.
|
||||||
|
|
||||||
http://www.ibiblio.org/pub/Linux/system/hardware/
|
http://www.ibiblio.org/pub/Linux/system/hardware/
|
||||||
|
|
||||||
|
comment "hdparm requires a toolchain with LARGEFILE support"
|
||||||
|
depends on !BR2_LARGEFILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user