summaryrefslogtreecommitdiff
path: root/package/system/opkg/Makefile
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-01-23 11:40:29 +0200
committerJo-Philipp Wich <jo@mein.io>2017-02-01 15:40:20 +0100
commitd7cae5f0b45847c0cd5f9c67a552cb6fe2e1fdc3 (patch)
treed2e8e97e19b3bf9810ed5ee299bfe747156d8e91 /package/system/opkg/Makefile
parentb2cd9b80ef3e6b48a9524b85cae4b3f30bb1b91a (diff)
downloadmtk-20170518-d7cae5f0b45847c0cd5f9c67a552cb6fe2e1fdc3.zip
mtk-20170518-d7cae5f0b45847c0cd5f9c67a552cb6fe2e1fdc3.tar.gz
mtk-20170518-d7cae5f0b45847c0cd5f9c67a552cb6fe2e1fdc3.tar.bz2
opkg: clarify messages and errors related to downloads
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>
Diffstat (limited to 'package/system/opkg/Makefile')
-rw-r--r--package/system/opkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
index 15d4ea0..39e6b4d 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk
include $(INCLUDE_DIR)/feeds.mk
PKG_NAME:=opkg
-PKG_RELEASE:=16
+PKG_RELEASE:=17
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=http://git.yoctoproject.org/git/opkg