From 55ffc3800430befdde3c27078641afcb30e8b9b8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 20 Feb 2017 15:03:33 +0100 Subject: [PATCH] opkg: re-enable usign support The switch to cmake caused the -DHAVE_USIGN flag to get lost, disabling compilation of the correspondinf support code. Update to latest Git head which enables usign support by default. Signed-off-by: Jo-Philipp Wich --- package/system/opkg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 5586eadcad..44ced06fcc 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -15,8 +15,8 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.lede-project.org/project/opkg-lede.git -PKG_SOURCE_DATE:=2017-02-18 -PKG_SOURCE_VERSION:=db3fc0ce879bfe784d32ffe5a70e057459039dd5 +PKG_SOURCE_DATE:=2017-02-20 +PKG_SOURCE_VERSION:=bec9804c73acf74ba112c9eec4ce7ba97e140c89 PKG_MIRROR_HASH:= PKG_LICENSE:=GPL-2.0