mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
hdparm: needs largefile support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
config BR2_PACKAGE_HDPARM
|
||||
bool "hdparm"
|
||||
depends on BR2_LARGEFILE
|
||||
help
|
||||
hdparm - get/set hard disk parameters for Linux IDE drives.
|
||||
|
||||
http://www.ibiblio.org/pub/Linux/system/hardware/
|
||||
|
||||
comment "hdparm requires a toolchain with LARGEFILE support"
|
||||
depends on !BR2_LARGEFILE
|
||||
|
||||
Reference in New Issue
Block a user