浏览代码

Config.in: Fixup after BR2_ELF2FLT got renamed to BR2_PACKAGE_HOST_ELF2FLT

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>
Axel Lin 12 年之前
父节点
当前提交
bd315a19ef
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Config.in

+ 2 - 2
Config.in

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