From 513ebf4eac2b0344a5a350c450e59d47e4c4c7e4 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 5 Oct 2009 19:56:23 +0000 Subject: [PATCH] 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 --- package/busybox/patches/340-lock_util.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/busybox/patches/340-lock_util.patch b/package/busybox/patches/340-lock_util.patch index fc235b3e7..8cffe45fd 100644 --- a/package/busybox/patches/340-lock_util.patch +++ b/package/busybox/patches/340-lock_util.patch @@ -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 + -- 2.35.1