diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-01-31 13:50:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-01-31 13:50:16 +0000 |
commit | deae5957c915ed94fba8a8af4ad236a3749125b5 (patch) | |
tree | 6d18c12343a5c4cf68c6895276ff69ffd7245124 /package/utils/busybox/patches | |
parent | 004cf6a87c872706047a2db83e44994d91d3aca1 (diff) | |
download | upstream-deae5957c915ed94fba8a8af4ad236a3749125b5.tar.gz upstream-deae5957c915ed94fba8a8af4ad236a3749125b5.tar.bz2 upstream-deae5957c915ed94fba8a8af4ad236a3749125b5.zip |
busybox: add a reworked implementation of menuconfig support, this time with a guard option that keeps all symbols at default values until an extra option is activated
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39435 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/busybox/patches')
-rw-r--r-- | package/utils/busybox/patches/340-lock_util.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/utils/busybox/patches/340-lock_util.patch b/package/utils/busybox/patches/340-lock_util.patch index eb346421a4..f23be66e97 100644 --- a/package/utils/busybox/patches/340-lock_util.patch +++ b/package/utils/busybox/patches/340-lock_util.patch @@ -10,12 +10,13 @@ IF_LOGIN(APPLET(login, BB_DIR_BIN, BB_SUID_REQUIRE)) --- a/miscutils/Config.src +++ b/miscutils/Config.src -@@ -419,6 +419,11 @@ config FEATURE_HDPARM_HDIO_GETSET_DMA +@@ -419,6 +419,12 @@ config FEATURE_HDPARM_HDIO_GETSET_DMA help Enables the 'hdparm -d' option to get/set using_dma flag. +config LOCK + bool "lock" ++ default n + help + Small utility for using locks in scripts + |