diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-09 12:33:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-09 12:33:25 +0000 |
commit | 791076dae83449359286841127ab5a16818892b3 (patch) | |
tree | 2bd03003a4bf292d44ed7e18052874aca625fff8 /package/system/ubox | |
parent | 4aeeead303cda2a85895fde9d3983eae323a30e1 (diff) | |
download | upstream-791076dae83449359286841127ab5a16818892b3.tar.gz upstream-791076dae83449359286841127ab5a16818892b3.tar.bz2 upstream-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/ubox')
-rw-r--r-- | package/system/ubox/Makefile | 4 |
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 |