aboutsummaryrefslogtreecommitdiffstats
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
commit2d87804b0b0c5bd4f8fdc2adf441ad76db0a02e0 (patch)
tree6961b040ef1d4f4d036e9f5b0cd2f11614101ebb /package
parent0cfb2f7d5396c54890e9c5a5913efa0e3a4d4137 (diff)
downloadmaster-187ad058-2d87804b0b0c5bd4f8fdc2adf441ad76db0a02e0.tar.gz
master-187ad058-2d87804b0b0c5bd4f8fdc2adf441ad76db0a02e0.tar.bz2
master-187ad058-2d87804b0b0c5bd4f8fdc2adf441ad76db0a02e0.zip
busybox: remove "default y" in the lock config item to fix nommu builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17925 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
+