From: Felix Fietkau Date: Tue, 18 Dec 2012 13:08:50 +0000 (+0000) Subject: libubox: fix a jshn array sequence counter bug, fixes some network.sh issues X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b9d314aee9edf991c7a4f8df355e88330a253154;p=openwrt%2Fstaging%2Fmkresin.git libubox: fix a jshn array sequence counter bug, fixes some network.sh issues SVN-Revision: 34746 --- diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index bea0c2289c..6ed9e2c10c 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2012-12-17 +PKG_VERSION:=2012-12-18 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=0505bf5f424cb5ba607c06cd821c1593fd7a2bef +PKG_SOURCE_VERSION:=4d0a00c82c77a9395c992841237e2c06c4606a5e PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_MD5SUM:=0c2b9d5277eeb0bea0bd6dc76202ddab +PKG_MIRROR_MD5SUM:=e56ec05c389edbf74a40a2889fc23103 CMAKE_INSTALL:=1 PKG_LICENSE:=GPLv2