diff options
author | Benoit Lemarchand <benoit.lemarchand@gmail.com> | 2015-09-29 18:57:11 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-10-11 15:33:50 -0600 |
commit | 1c3a54e257f764f1564abba142597d472fba49c8 (patch) | |
tree | f14cf65e5950951107f3b1e62020d3f26674af7a | |
parent | a02b4fc29cc1bc222bd5c998c91e54d378a0944b (diff) | |
download | linux-1c3a54e257f764f1564abba142597d472fba49c8.tar.bz2 |
Documentation/Changes: Add bc in "Current Minimal Requirements" section
bc is mentioned lower in a dedicated section.
Yet it is useful to have all dependencies listed in
"Current Minimal Requirements" section.
Signed-off-by: Benoit Lemarchand <benoit.lemarchand@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/Changes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Changes b/Documentation/Changes index 6d8863004858..268a849c4cc0 100644 --- a/Documentation/Changes +++ b/Documentation/Changes @@ -44,6 +44,7 @@ o grub 0.93 # grub --version || grub-insta o mcelog 0.6 # mcelog --version o iptables 1.4.2 # iptables -V o openssl & libcrypto 1.0.1k # openssl version +o bc 1.06.95 # bc --version Kernel compilation |