busybox: remove "default y" in the lock config item to fix nommu builds
authorFelix Fietkau <nbd@openwrt.org>
Mon, 5 Oct 2009 19:56:23 +0000 (19:56 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 5 Oct 2009 19:56:23 +0000 (19:56 +0000)
SVN-Revision: 17925

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
 +