summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-05 19:56:23 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-05 19:56:23 +0000
commit513ebf4eac2b0344a5a350c450e59d47e4c4c7e4 (patch)
tree6961b040ef1d4f4d036e9f5b0cd2f11614101ebb /package/busybox/patches
parent7cae3e0bedcb4c2f4cc8ac22a9de084408a0120f (diff)
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/busybox/patches')
-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 fc235b3e7..8cffe45fd 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
+