busybox: remove "default y" in the lock config item to fix nommu builds
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Oct 2009 19:56:23 +0000 (19:56 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Oct 2009 19:56:23 +0000 (19:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17925 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/busybox/patches/340-lock_util.patch

index fc235b3e7cc0fabe4a4087407bf744878e6640a1..8cffe45fda9b8e8d0a5374fae7835fbd3becb245 100644 (file)
  #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
 +