diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2020-12-04 19:16:26 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2020-12-07 18:23:13 +0200 |
commit | 0ba83a757728185eabd965e07331508923cca825 (patch) | |
tree | 91c89a5ebde7da21918334c4019de080c07d7d87 /README.md | |
parent | 0eb2fa39f313cac1e1e76c09e6ecf204064697a9 (diff) | |
download | upstream-0ba83a757728185eabd965e07331508923cca825.tar.gz upstream-0ba83a757728185eabd965e07331508923cca825.tar.bz2 upstream-0ba83a757728185eabd965e07331508923cca825.zip |
build: require rsync
It seems to be required to build toolchain/kernel-headers.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ documentation. ``` gcc binutils bzip2 flex python3 perl make find grep diff unzip gawk getopt -subversion libz-dev libc-dev +subversion libz-dev libc-dev rsync ``` ### Quickstart |