core: use positive logic for unstripped files/dirs
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 1 Jul 2017 12:51:19 +0000 (14:51 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Jul 2017 12:57:30 +0000 (14:57 +0200)
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>
Config.in

index bd8f0d1a10ee1976bc3776a79f4a76eb9eacf55b..86e10bbe154d49c505d3de6ba5bf4a1b99bb621c 100644 (file)
--- 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