summaryrefslogtreecommitdiffstats
path: root/package/system/ubox
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-30 12:34:56 +0000
committerJohn Crispin <john@openwrt.org>2015-03-30 12:34:56 +0000
commitd6af8e21751083cc26eca352844603fb86a8b772 (patch)
treecbb4301faf92fa79eb54d386b52fb1c17ae96f54 /package/system/ubox
parent2268d15948b96d41e68a201cfc28b240837162d0 (diff)
downloadmaster-31e0f0ae-d6af8e21751083cc26eca352844603fb86a8b772.tar.gz
master-31e0f0ae-d6af8e21751083cc26eca352844603fb86a8b772.tar.bz2
master-31e0f0ae-d6af8e21751083cc26eca352844603fb86a8b772.zip
ubox: properly handle return codes
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45151
Diffstat (limited to 'package/system/ubox')
-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 85805e48eb..0413959070 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-03-29
+PKG_VERSION:=2015-03-30
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=dd338ce30b6158f3f6feda9f01a2f409a8a5832c
+PKG_SOURCE_VERSION:=c0138bae8ed746e30f3d3a591e1615f2a705b1a5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_CHECK_FORMAT_SECURITY:=0