summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2014-02-05 14:50:56 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-08 23:31:21 +0100
commit7164a32632d14cb83698ddec45e84ad2f3252e9e (patch)
tree0d6fa3bc147675b42e1a8a75086dde63bb800670 /Config.in
parentf75245d9d0f291dc040162ec759ac88e206a69c6 (diff)
packages: remove support for documentation on target
This patch removes deprecated symbol BR2_HAVE_DOCUMENTATION and all its usage. Additionally, it removes the now unused BR2_DEPRECATED_SINCE_2012_11. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/Config.in b/Config.in
index 7ec7c2ab4..fcf70eb24 100644
--- a/Config.in
+++ b/Config.in
@@ -264,10 +264,6 @@ config BR2_DEPRECATED
if BR2_DEPRECATED
-config BR2_DEPRECATED_SINCE_2012_11
- bool
- default y
-
config BR2_DEPRECATED_SINCE_2013_02
bool
default y
@@ -476,16 +472,6 @@ config BR2_PREFER_STATIC_LIB
WARNING: This is highly experimental at the moment.
-config BR2_HAVE_DOCUMENTATION
- bool "documentation on the target"
- # We no longer want to support a toolchain on the target
- depends on BR2_DEPRECATED_SINCE_2012_11
- help
- Install the documentation, including manual pages and info
- pages, on the target.
- If you say n here, your target will not contain any
- documentation.
-
config BR2_PACKAGE_OVERRIDE_FILE
string "location of a package override file"
default "$(TOPDIR)/local.mk"