From fec70b2b25464dbb3bd961b65f0e40a61d19eb74 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sun, 5 Nov 2017 17:22:25 +0100 Subject: [PATCH] carl9170fw: update README.md the space (and version) requirements for the toolchain have to be updated, since it grew bigger and bigger. This patch also rewrites the contacts section, to make it hopefully more clear to write to the ML. Signed-off-by: Christian Lamparter --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e5c95ad..386e207 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,18 @@ your own toolchain: `# make -C toolchain` but be aware that this will take some time and requires -about 3-4 GiB disk space. +about 3-5 GiB disk space. ### Build Firmware Image The firmware configuration and build process requires the following tools and libraries: - * gcc 4.8 + * gcc 6.0+ (including library and header dependencies) * gperf, bison/flex - * cmake 2.8.4+ + * cmake 3.8+ to start the configuration, run: @@ -51,6 +51,6 @@ into /lib/firmware/[the default path on most Distributions]. ## Contact -If you have any questions, reports or patches, you should write -to and include "carl9170" in -the subject line. +If you have any patches, you should write +to and +include "carl9170" in the subject line. -- 2.31.1