From 329fbdf821faa0eb61b61a52895ba68ddb477203 Mon Sep 17 00:00:00 2001 From: Kalle Valo Date: Thu, 22 Feb 2024 22:34:54 +0200 Subject: [PATCH] README: /tmp/firmware/ -> /lib/firmware/ This is not my day, I accidentally used wrong destination directory in the example installation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e60ce5..9c189b8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To install or update your firmware images: ``` wget https://github.com/qca/qca-swiss-army-knife/raw/master/tools/scripts/ath11k/ath11k-fw-repo chmod 755 ath11k-fw-repo -./ath11k-fw-repo --install /tmp/firmware +./ath11k-fw-repo --install /lib/firmware ``` For more info check the wiki page: -- 2.47.2