From: Jo-Philipp Wich Date: Mon, 20 Feb 2017 14:03:33 +0000 (+0100) Subject: opkg: re-enable usign support X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=55ffc3800430befdde3c27078641afcb30e8b9b8;p=openwrt%2Fstaging%2Flynxis.git 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 --- 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