projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44fa04d
)
busybox: remove "default y" in the lock config item to fix nommu builds
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 5 Oct 2009 19:56:23 +0000
(19:56 +0000)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/package/busybox/patches/340-lock_util.patch
b/package/busybox/patches/340-lock_util.patch
index fc235b3e7cc0fabe4a4087407bf744878e6640a1..8cffe45fda9b8e8d0a5374fae7835fbd3becb245 100644
(file)
--- 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,1
2
@@ config FEATURE_HDPARM_HDIO_GETSET_DMA
+@@ -420,6 +420,1
1
@@ 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
+