diff options
author | Denis Vlasenko | 2009-03-29 17:13:20 +0000 |
---|---|---|
committer | Denis Vlasenko | 2009-03-29 17:13:20 +0000 |
commit | a83dbd4146951fd98b62f8e9b8d04a14a88df311 (patch) | |
tree | 3d53540ece9466a65d9ab2ecc95d5aa1fbfaadb5 | |
parent | a6eb7f4ddf998cdff0453425102297147371fbd3 (diff) | |
download | busybox-a83dbd4146951fd98b62f8e9b8d04a14a88df311.zip busybox-a83dbd4146951fd98b62f8e9b8d04a14a88df311.tar.gz |
build system: hdparm -d is not that dangerous, remove warning
-rw-r--r-- | miscutils/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 62be3e6..7feaf4a 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -414,12 +414,11 @@ config FEATURE_HDPARM_HDIO_TRISTATE_HWIF stuff, so you should probably say N. config FEATURE_HDPARM_HDIO_GETSET_DMA - bool "Get/set using_dma flag (DANGEROUS)" + bool "Get/set using_dma flag" default n depends on HDPARM help Enables the 'hdparm -d' option to get/set using_dma flag. - This is dangerous stuff, so you should probably say N. config MAKEDEVS bool "makedevs" |