From cc9a392e4975dc25a0fab1c6f008ff03b025c426 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 14 Apr 2015 19:00:14 +0000 Subject: opkg: drop md5 in favour of sha256 Signed-off-by: John Crispin SVN-Revision: 45437 --- package/system/opkg/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/system/opkg/Makefile') diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 4f30ec2..1b1f3f1 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -89,11 +89,12 @@ EXTRA_CFLAGS += $(TARGET_CPPFLAGS) CONFIGURE_ARGS += \ --disable-curl \ --disable-gpg \ + --enable-sha256 \ --with-opkgetcdir=/etc \ --with-opkglockfile=/var/lock/opkg.lock ifeq ($(BUILD_VARIANT),smime) - CONFIGURE_ARGS += --enable-openssl --enable-sha256 --disable-usign + CONFIGURE_ARGS += --enable-openssl --disable-usign else ifndef CONFIG_SIGNED_PACKAGES CONFIGURE_ARGS += --disable-usign @@ -151,6 +152,7 @@ endef HOST_CONFIGURE_ARGS+= \ --disable-curl \ --disable-gpg \ + --enable-sha256 \ --with-opkgetcdir=/etc \ --with-opkglockfile=/tmp/opkg.lock -- cgit v1.1