1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 14:24:32 +03:00

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
This commit is contained in:
nbd 2009-10-05 19:56:23 +00:00
parent 7cae3e0bed
commit 513ebf4eac

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
+