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.
This commit is contained in:
Christian Hesse 2023-12-20 12:11:12 +01:00
parent 5fdc8d9e65
commit 5aaa24b507
3 changed files with 18 additions and 57 deletions

View file

@ -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.