From b9b4d1e2ee8ec8d6512895e16cec560be9114f14 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 1 Jul 2017 14:51:19 +0200 Subject: [PATCH] core: use positive logic for unstripped files/dirs Signed-off-by: "Yann E. MORIN" Cc: Arnout Vandecappelle Cc: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- Config.in | 4 ++-- 1 file 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 -- 2.30.2