summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-10-05 19:56:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-10-05 19:56:23 +0000
commit9e27eea038b8e4d7fd21d2298bf68dcac9ae1f89 (patch)
tree1c1b255e48f90aa006c1215ec99b6f496cc5c9de /package
parent44fa04d7cd871d9aed1b2d51ec07d3809fc85319 (diff)
downloadmaster-31e0f0ae-9e27eea038b8e4d7fd21d2298bf68dcac9ae1f89.tar.gz
master-31e0f0ae-9e27eea038b8e4d7fd21d2298bf68dcac9ae1f89.tar.bz2
master-31e0f0ae-9e27eea038b8e4d7fd21d2298bf68dcac9ae1f89.zip
busybox: remove "default y" in the lock config item to fix nommu builds
SVN-Revision: 17925
Diffstat (limited to 'package')
-rw-r--r--package/busybox/patches/340-lock_util.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/busybox/patches/340-lock_util.patch b/package/busybox/patches/340-lock_util.patch
index fc235b3e7c..8cffe45fda 100644
--- a/package/busybox/patches/340-lock_util.patch
+++ b/package/busybox/patches/340-lock_util.patch
@@ -22,13 +22,12 @@
#define logger_full_usage "\n\n" \
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
-@@ -420,6 +420,12 @@ config FEATURE_HDPARM_HDIO_GETSET_DMA
+@@ -420,6 +420,11 @@ config FEATURE_HDPARM_HDIO_GETSET_DMA
help
Enables the 'hdparm -d' option to get/set using_dma flag.
+config LOCK
+ bool "lock"
-+ default y
+ help
+ Small utility for using locks in scripts
+