diff options
author | Christian Hesse <mail@eworm.de> | 2023-12-20 12:11:12 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-12-20 12:11:12 +0100 |
commit | 5aaa24b50737686f81bf16ec22c39f1b7a596420 (patch) | |
tree | cc816b128ebe65e0d4471dd37f2e64d2b45b69fd /doc | |
parent | 5fdc8d9e65a9a37377e53ceb4b15258d734e764f (diff) |
capsman-download-packages: use default set for legacy capsman...
... as well - now that 'wireless' package has been split from 'routeros'
guessing kind of broke. It required several attempts and intermittent
errors in logs to get things right.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/capsman-download-packages.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/capsman-download-packages.md b/doc/capsman-download-packages.md index eae6dc3..1292504 100644 --- a/doc/capsman-download-packages.md +++ b/doc/capsman-download-packages.md @@ -55,12 +55,11 @@ For legacy CAPsMAN: Packages available in local storage in older version are downloaded unconditionally. -If no packages are found the script tries to download missing packages for -legacy CAPsMAN by guessing from system log. For `wifi` and `wifiwave2` a -default set of packages is downloaded. +If no packages are found the script downloads a default set of packages: * `wifi`: `routeros`, `wifi-qcom` and `wifi-qcom-ac` for *arm* and *arm64* * `wifiwave2`: `routeros` and `wifiwave2` for *arm* and *arm64* + * legacy CAPsMAN: `routeros` and `wireless` for *arm* and *mipsbe* > ℹ️ **Info**: If you have packages in the directory and things go wrong for > what ever unknown reason: Remove **all** packages and start over. |