diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-31 22:52:57 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-31 22:52:57 +0000 |
commit | 668e90f49dbaa653e05445f77c6f9313573423bb (patch) | |
tree | 8cf532e46f72f88e3d978729b85da33c05708ae0 /miscutils/Config.in | |
parent | bad6879a8f3bfc48e7b874a6de6d0b4a08645642 (diff) | |
download | busybox-w32-668e90f49dbaa653e05445f77c6f9313573423bb.tar.gz busybox-w32-668e90f49dbaa653e05445f77c6f9313573423bb.tar.bz2 busybox-w32-668e90f49dbaa653e05445f77c6f9313573423bb.zip |
Patch from Tito to remove long options from hdparm.
git-svn-id: svn://busybox.net/trunk/busybox@15254 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index eae977fac..fc90b5447 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -169,11 +169,12 @@ config CONFIG_HDPARM | |||
169 | config CONFIG_FEATURE_HDPARM_GET_IDENTITY | 169 | config CONFIG_FEATURE_HDPARM_GET_IDENTITY |
170 | bool "Support obtaining detailed information directly from drives" | 170 | bool "Support obtaining detailed information directly from drives" |
171 | default y | 171 | default y |
172 | depends on CONFIG_HDPARM && CONFIG_GETOPT_LONG | 172 | depends on CONFIG_HDPARM |
173 | help | 173 | help |
174 | Enables the -I and -Istdin options to obtain detailed information | 174 | Enables the -I and -i options to obtain detailed information |
175 | directly from drives about their capabilities and supported ATA | 175 | directly from drives about their capabilities and supported ATA |
176 | feature set. Enabling this option will add about 16k... | 176 | feature set. If no device name is specified, hdparm will read |
177 | identify data from stdin. Enabling this option will add about 16k... | ||
177 | 178 | ||
178 | config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF | 179 | config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF |
179 | bool "Register an IDE interface (DANGEROUS)" | 180 | bool "Register an IDE interface (DANGEROUS)" |