From d79e792823421bc909662ec698414c6db566d863 Mon Sep 17 00:00:00 2001 From: Yonathan Randolph Date: Wed, 13 Nov 2024 16:55:31 -0800 Subject: [PATCH] Add zstd to dependencies in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac7f1d0..0dee31b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ You'll need the below to use the script to generate the installer image: * All [prerequisites of the OpenWrt ImageBuilder](https://openwrt.org/docs/guide-user/additional-software/imagebuilder#prerequisites) * `libfdt-dev` * `cmake` +* `zstd` **If you are not interested in building yourself**, the pre-built files are available [here](https://github.com/dangowrt/linksys-e8450-openwrt-installer/releases).