From: Kalle Valo Date: Thu, 22 Feb 2024 20:34:54 +0000 (+0200) Subject: README: /tmp/firmware/ -> /lib/firmware/ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=329fbdf821faa0eb61b61a52895ba68ddb477203;p=thirdparty%2Fath11k-firmware.git README: /tmp/firmware/ -> /lib/firmware/ This is not my day, I accidentally used wrong destination directory in the example installation. --- 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: