Author: jow Date: 2016-02-09 13:33:25 +0100 (Tue, 09 Feb 2016) New Revision: 48683
Modified: trunk/package/system/ubox/Makefile Log: ubox: fix open() error handling (#21826) Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/system/ubox/Makefile =================================================================== --- trunk/package/system/ubox/Makefile 2016-02-09 12:33:17 UTC (rev 48682) +++ trunk/package/system/ubox/Makefile 2016-02-09 12:33:25 UTC (rev 48683) @@ -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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
