Config.in: Fixup after BR2_ELF2FLT got renamed to BR2_PACKAGE_HOST_ELF2FLT
authorAxel Lin <axel.lin@ingics.com>
Tue, 3 Sep 2013 09:39:53 +0000 (17:39 +0800)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 9 Sep 2013 21:32:08 +0000 (23:32 +0200)
The BR2_ELF2FLT option has been renamed to BR2_PACKAGE_HOST_ELF2FLT, thus
use the new name to fix dependency.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Config.in

index cb246a4ff332f7b65de26d0fff2a836b02dc807a..65c29b43fc87d00cea3aa3cde113540f2c2ed242 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -286,7 +286,7 @@ choice
 
 config BR2_STRIP_strip
        bool "strip"
-       depends on !BR2_ELF2FLT
+       depends on !BR2_PACKAGE_HOST_ELF2FLT
        help
          Binaries and libraries in the target filesystem will be
          stripped using the normal 'strip' command. This allows to
@@ -297,7 +297,7 @@ config BR2_STRIP_strip
 config BR2_STRIP_sstrip
        bool "sstrip"
        select BR2_PACKAGE_SSTRIP_HOST
-       depends on !BR2_ELF2FLT
+       depends on !BR2_PACKAGE_HOST_ELF2FLT
        help
          Binaries and libraries in the target filesystem will be
          stripped using the 'sstrip' command, which strips a little