aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-02-20 15:03:33 +0100
committerJo-Philipp Wich <jo@mein.io>2017-02-20 15:32:58 +0100
commit55ffc3800430befdde3c27078641afcb30e8b9b8 (patch)
tree8ac1533ec9d42eecc4066e4172405aec2366d946 /package
parentca8aee0c570561fc59fb0d0e6b5eac418054c372 (diff)
downloadupstream-55ffc3800430befdde3c27078641afcb30e8b9b8.tar.gz
upstream-55ffc3800430befdde3c27078641afcb30e8b9b8.tar.bz2
upstream-55ffc3800430befdde3c27078641afcb30e8b9b8.zip
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 <jo@mein.io>
Diffstat (limited to 'package')
-rw-r--r--package/system/opkg/Makefile4
1 files 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