summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-02-07 23:10:14 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-08 09:20:29 +0100
commit8d702aca30d4b0314bc503c9015becb132d380bc (patch)
tree0dbf98d3f824570c9c677b11470295358fe5aa9e /Config.in.legacy
parent675897d3599097cdac4b1c66608ec3b92c068a02 (diff)
downloadbuildroot-8d702aca30d4b0314bc503c9015becb132d380bc.tar.gz
buildroot-8d702aca30d4b0314bc503c9015becb132d380bc.zip
legacy: add missing option for util-linux' wdctl
In 349c9c7 (package/util-linux: add more tool select options), the util-linux' wdctl option was renamed, but a entry in the legacy menu was no added. Add this now. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Maxim Mikityanskiy <maxtram95@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 0f1b2024c4..8d99e2400a 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -102,6 +102,14 @@ endif
comment "Legacy options removed in 2015.02"
+config BR2_PACKAGE_WDCTL
+ bool "util-linux' wdctl option has been renamed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_UTIL_LINUX_WDCTL
+ help
+ util-linux' wdctl option has been renamed to BR2_PACKAGE_UTIL_LINUX_WDCTL
+ to be aligned with how the other options are named.
+
config BR2_PACKAGE_RPM_BZIP2_PAYLOADS
bool "rpm's bzip2 payloads option has been removed"
select BR2_LEGACY
OpenPOWER on IntegriCloud