opkg: add support for SHA256 verification
based on a patch by Evan Hunt <each@isc.org> Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 38302
This commit is contained in:
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk
|
||||
PKG_NAME:=opkg
|
||||
PKG_REV:=618
|
||||
PKG_VERSION:=$(PKG_REV)
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_SOURCE_PROTO:=svn
|
||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||
@@ -90,7 +90,7 @@ CONFIGURE_ARGS += \
|
||||
--with-opkglockfile=/var/lock/opkg.lock
|
||||
|
||||
ifeq ($(BUILD_VARIANT),smime)
|
||||
CONFIGURE_ARGS += --enable-openssl
|
||||
CONFIGURE_ARGS += --enable-openssl --enable-sha256
|
||||
endif
|
||||
|
||||
MAKE_FLAGS = \
|
||||
|
||||
Reference in New Issue
Block a user