summaryrefslogtreecommitdiff
path: root/package/utils/busybox/patches/340-lock_util.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/patches/340-lock_util.patch')
-rw-r--r--package/utils/busybox/patches/340-lock_util.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/utils/busybox/patches/340-lock_util.patch b/package/utils/busybox/patches/340-lock_util.patch
index eb34642..f23be66 100644
--- a/package/utils/busybox/patches/340-lock_util.patch
+++ b/package/utils/busybox/patches/340-lock_util.patch
@@ -10,12 +10,13 @@
IF_LOGIN(APPLET(login, BB_DIR_BIN, BB_SUID_REQUIRE))
--- a/miscutils/Config.src
+++ b/miscutils/Config.src
-@@ -419,6 +419,11 @@ config FEATURE_HDPARM_HDIO_GETSET_DMA
+@@ -419,6 +419,12 @@ config FEATURE_HDPARM_HDIO_GETSET_DMA
help
Enables the 'hdparm -d' option to get/set using_dma flag.
+config LOCK
+ bool "lock"
++ default n
+ help
+ Small utility for using locks in scripts
+