mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
parent
0cfb2f7d53
commit
2d87804b0b
@ -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
|
||||
+
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user