summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-07-01 14:51:19 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-01 14:57:30 +0200
commitb9b4d1e2ee8ec8d6512895e16cec560be9114f14 (patch)
tree6d2a67a01f444ce2f6cb1de004471d927d879c80 /Config.in
parentd5dcc76d9e5f9d22e881517ccc805dfd54499a74 (diff)
core: use positive logic for unstripped files/dirs
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index bd8f0d1a10..86e10bbe15 100644
--- a/Config.in
+++ b/Config.in
@@ -436,7 +436,7 @@ endchoice
config BR2_STRIP_EXCLUDE_FILES
string "executables that should not be stripped"
- depends on !BR2_STRIP_none
+ depends on BR2_STRIP_strip
default ""
help
You may specify a space-separated list of binaries and
@@ -444,7 +444,7 @@ config BR2_STRIP_EXCLUDE_FILES
config BR2_STRIP_EXCLUDE_DIRS
string "directories that should be skipped when stripping"
- depends on !BR2_STRIP_none
+ depends on BR2_STRIP_strip
default ""
help
You may specify a space-separated list of directories that