summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2016-10-15 16:51:02 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 23:14:45 +0200
commit290166f25bfa347c80deb77ab2175a65cff5733b (patch)
tree3efe220da73e8c5d121f732e7ca87c49fd6a70c3 /Config.in.legacy
parent133466f5f23a6550fd136170d841c58c6581a63c (diff)
sstrip: remove deprecated package
We will remove BR2_DEPRECATED, so remove this deprecated package. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 76365e6f7..1fcedfe91 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,15 @@ endif
###############################################################################
comment "Legacy options removed in 2016.11"
+config BR2_PACKAGE_SSTRIP
+ bool "sstrip removed"
+ select BR2_LEGACY
+ help
+ sstrip is unmaintained and potentially harmful. It doesn't
+ save so much compared to normal binutils strip, and there is
+ a big risk of binaries that don't work. Use normal strip
+ instead.
+
config BR2_KERNEL_HEADERS_4_3
bool "kernel headers version 4.3.x are no longer supported"
select BR2_KERNEL_HEADERS_4_1