summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorKoen Martens <gmc@sonologic.nl>2017-06-20 20:54:49 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-06-21 00:17:53 +0200
commit438b2d1369738416b2dc9e23880753b0120ac6a6 (patch)
treed18ae73720f1f275ba6e02a4bca08ca85a3a1106 /Config.in.legacy
parente8a15fd693261306c6e9a0733569a89d5b795295 (diff)
downloadbuildroot-438b2d1369738416b2dc9e23880753b0120ac6a6.tar.gz
buildroot-438b2d1369738416b2dc9e23880753b0120ac6a6.zip
package/input-tools: remove package
remove input-tools, it has been obsoleted by linuxconsoletools linuxconsoletools uses the same name as upstream and carries the latest version of the tools installed by input-tools. Signed-off-by: Koen Martens <gmc@sonologic.nl> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy38
1 files changed, 38 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 9af0e1516c..9a53495627 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,44 @@ endif
###############################################################################
comment "Legacy options removed in 2017.08"
+config BR2_PACKAGE_INPUT_TOOLS
+ bool "input-tools removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_LINUXCONSOLETOOLS
+ help
+ input-tools has been removed, it is replaced by
+ linuxconsoletools, which has automatically been enabled.
+
+config BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH
+ bool "inputattach moved to linuxconsoletools"
+ select BR2_LEGACY
+ select BR2_PACKAGE_LINUXCONSOLETOOLS
+ select BR2_PACKAGE_LINUXCONSOLETOOLS_INPUTATTACH
+ help
+ input-tools has been removed, inputattach is now part
+ of linuxconsoletools, which has automatically been
+ enabled.
+
+config BR2_PACKAGE_INPUT_TOOLS_JSCAL
+ bool "jscal moved to linuxconsoletools"
+ select BR2_LEGACY
+ select BR2_PACKAGE_LINUXCONSOLETOOLS
+ select BR2_PACKAGE_LINUXCONSOLETOOLS_JOYSTICK
+ help
+ input-tools has been removed, jscal is now part
+ of linuxconsoletools, which has automatically been
+ enabled.
+
+config BR2_PACKAGE_INPUT_TOOLS_JSTEST
+ bool "jstest moved to linuxconsoletools"
+ select BR2_LEGACY
+ select BR2_PACKAGE_LINUXCONSOLETOOLS
+ select BR2_PACKAGE_LINUXCONSOLETOOLS_JOYSTICK
+ help
+ input-tools has been removed, jstest is now part
+ of linuxconsoletools, which has automatically been
+ enabled.
+
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
bool "SH Sourcery toolchain has been removed"
select BR2_LEGACY
OpenPOWER on IntegriCloud