Author: nbd Date: 2014-06-05 15:51:08 +0200 (Thu, 05 Jun 2014) New Revision: 41013
Modified: trunk/package/libs/libubox/Makefile Log: libubox: update to the latest version, adds static vlist initializer macros Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/libubox/Makefile =================================================================== --- trunk/package/libs/libubox/Makefile 2014-06-05 11:55:36 UTC (rev 41012) +++ trunk/package/libs/libubox/Makefile 2014-06-05 13:51:08 UTC (rev 41013) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2014-05-26 +PKG_VERSION:=2014-06-05 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=1344d20ec08e4fc1b6e4dd08fa7dda07f7b6c9bc +PKG_SOURCE_VERSION:=949f0d00bf12c90dcf4acc8479da184f1cd81673 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
