diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-02-22 23:17:31 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-25 21:54:57 +0100 |
commit | c9c2ed71a0872e00c7e0043e74e28a37efc73cd6 (patch) | |
tree | ad5edbea35d080f8b53fc4134b81a1c593914549 | |
parent | a93a7afb817e09012b28b44d99d0af3d38001fff (diff) | |
download | buildroot-c9c2ed71a0872e00c7e0043e74e28a37efc73cd6.tar.gz buildroot-c9c2ed71a0872e00c7e0043e74e28a37efc73cd6.zip |
website: update package number text
We have quite a bit more than "hundreds of packages" nowadays:
find package -name \*.mk | wc -l
2285
So adjust the text to say 'several thousand' instead.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | docs/website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/website/index.html b/docs/website/index.html index f0d0175bb7..300adbb83d 100644 --- a/docs/website/index.html +++ b/docs/website/index.html @@ -78,7 +78,7 @@ </div> </div> - <h4>Supports hundreds of packages</h4> + <h4>Supports several thousand packages</h4> <p>X.org stack, Gtk3, Qt 5, GStreamer, Webkit, Kodi, a large number of network-related and system-related utilities are supported.</p> </div><!--/col-lg-4 --> |