diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-11-12 10:08:31 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-30 12:07:16 -0800 |
commit | c430fab22242efd4251a6fc1ccba87f4d732e303 (patch) | |
tree | 9adab210371cb8c98c8224fe01fa30d4668f0c29 | |
parent | be2460c545def6f00b6aade8719e1eef5f3ba875 (diff) | |
download | buildroot-novena-c430fab22242efd4251a6fc1ccba87f4d732e303.tar.gz buildroot-novena-c430fab22242efd4251a6fc1ccba87f4d732e303.zip |
legacy: evtest is dropped from input-tools package
We select BR2_PACKAGE_EVTEST automatically. This has only limited use:
when the LEGACY_CHECK menu is disabled in menuconfig (or even oldconfig),
it will also unselect BR2_PACKAGE_EVTEST again. Still, it can serve as a
hint of how to fix things.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | Config.in.legacy | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 4bc8784bd..04ccb92c6 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -48,4 +48,11 @@ if BR2_LEGACY_CHECK_2012_11 # Legacy options from 2012.08 # +config BR2_PACKAGE_INPUT_TOOLS_EVTEST + bool "input-tools evtest is now a separate package evtest" + select BR2_LEGACY + select BR2_PACKAGE_EVTEST + help + The evtest program from input-tools is now a separate package. + endif |