busybox: remove "default y" in the lock config item to fix nommu builds
SVN-Revision: 17925
This commit is contained in:
parent
44fa04d7cd
commit
9e27eea038
1 changed files with 1 additions and 2 deletions
|
@ -22,13 +22,12 @@
|
||||||
#define logger_full_usage "\n\n" \
|
#define logger_full_usage "\n\n" \
|
||||||
--- a/miscutils/Config.in
|
--- a/miscutils/Config.in
|
||||||
+++ b/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
|
help
|
||||||
Enables the 'hdparm -d' option to get/set using_dma flag.
|
Enables the 'hdparm -d' option to get/set using_dma flag.
|
||||||
|
|
||||||
+config LOCK
|
+config LOCK
|
||||||
+ bool "lock"
|
+ bool "lock"
|
||||||
+ default y
|
|
||||||
+ help
|
+ help
|
||||||
+ Small utility for using locks in scripts
|
+ Small utility for using locks in scripts
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in a new issue