busybox: remove "default y" in the lock config item to fix nommu builds

SVN-Revision: 17925
This commit is contained in:
Felix Fietkau 2009-10-05 19:56:23 +00:00
parent 44fa04d7cd
commit 9e27eea038

View File

@ -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
+