readme: explicitly include elfutils dependency for Ubuntu

Without this, kpatch-build bombs out because it cannot find eu-readelf.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
This commit is contained in:
Lennert Buytenhek 2018-07-25 14:58:59 +03:00
parent 932e0377bd
commit 9ce3e3c090

View File

@ -172,7 +172,7 @@ apt-get install make gcc libelf-dev
Install the dependencies for the "kpatch-build" command: Install the dependencies for the "kpatch-build" command:
```bash ```bash
apt-get install dpkg-dev devscripts apt-get install dpkg-dev devscripts elfutils
apt-get build-dep linux apt-get build-dep linux
# required on ppc64le # required on ppc64le