summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-09-03 17:39:53 +0800
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-09 23:32:08 +0200
commit9f2bf30e1e3fd02230cae39dbfeba423adedbb25 (patch)
tree3934189489f4f31472ec99c7411b3797698ff250 /Config.in
parent34406e2bee51f51e582fc350781561ae42a3e260 (diff)
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>
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 cb246a4ff..65c29b43f 100644
--- 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