Author: rmilecki Date: 2015-07-14 12:32:51 +0200 (Tue, 14 Jul 2015) New Revision: 46365
Modified: branches/chaos_calmer/package/system/ubox/Makefile Log: ubox: update to latest git HEAD Signed-off-by: John Crispin <[email protected]> This adds support for filtering messages Backport of r46356 Modified: branches/chaos_calmer/package/system/ubox/Makefile =================================================================== --- branches/chaos_calmer/package/system/ubox/Makefile 2015-07-14 10:30:38 UTC (rev 46364) +++ branches/chaos_calmer/package/system/ubox/Makefile 2015-07-14 10:32:51 UTC (rev 46365) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_VERSION:=2015-05-22 +PKG_VERSION:=2015-07-14 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:=ab5b47397cc143798ba2f367f04579e5b5b82070 +PKG_SOURCE_VERSION:=907d046c8929fb74e5a3502a9498198695e62ad8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 PKG_CHECK_FORMAT_SECURITY:=0 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
