summaryrefslogtreecommitdiffstats
path: root/package/system
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-02-09 12:33:25 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-02-09 12:33:25 +0000
commit791076dae83449359286841127ab5a16818892b3 (patch)
tree2bd03003a4bf292d44ed7e18052874aca625fff8 /package/system
parent4aeeead303cda2a85895fde9d3983eae323a30e1 (diff)
downloadmaster-31e0f0ae-791076dae83449359286841127ab5a16818892b3.tar.gz
master-31e0f0ae-791076dae83449359286841127ab5a16818892b3.tar.bz2
master-31e0f0ae-791076dae83449359286841127ab5a16818892b3.zip
ubox: fix open() error handling (#21826)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48683
Diffstat (limited to 'package/system')
-rw-r--r--package/system/ubox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
index 2199101528..65fee55bae 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubox
-PKG_VERSION:=2015-11-22
+PKG_VERSION:=2016-02-09
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(OPENWRT_GIT)/project/ubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=c086167a0154745c677f8730a336ea9cf7d71031
+PKG_SOURCE_VERSION:=b0d5399c3db83c2c8f9d8aae944f873343b3a038
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1