summaryrefslogtreecommitdiff
path: root/package/system/opkg/patches/290-clarify-download-errors.patch
Commit message (Collapse)AuthorAge
* opkg: clarify messages and errors related to downloadsHannu Nyman2017-02-01
Clarify opkg's messages related to downloads: * more visible error message for package list download failure * separate error message for signature file download error * if wget returns 4, signal the network error more clearly * remove '.' from end of filenames and URLs * try signature check only if the package list was downloaded ok. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>