aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/opkg/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-03-04 08:33:41 +0000
committerJohn Crispin <blogic@openwrt.org>2016-03-04 08:33:41 +0000
commitf1edb5b35b150776fb88e0e069ef6945253c9bbf (patch)
treee3aa88e9f410efca76162f7aa0383324e524388e /package/system/opkg/Makefile
parent086ae6016c8d73fd65450d666f4ba8fdad8e6582 (diff)
downloadmaster-187ad058-f1edb5b35b150776fb88e0e069ef6945253c9bbf.tar.gz
master-187ad058-f1edb5b35b150776fb88e0e069ef6945253c9bbf.tar.bz2
master-187ad058-f1edb5b35b150776fb88e0e069ef6945253c9bbf.zip
opkg: Fix handling of sha256sums for conffiles
MD5s are shorter than SHA256, so reading buffer has to be bigger to read the whole hash. Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48917 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c09d1683fe..d8cce2a8f2 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/feeds.mk
PKG_NAME:=opkg
PKG_REV:=9c97d5ecd795709c8584e972bfdf3aee3a5b846d
PKG_VERSION:=$(PKG_REV)
-PKG_RELEASE:=11
+PKG_RELEASE:=12
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=$(PKG_REV)