libubox: update to the latest version
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44080
This commit is contained in:
parent
b6f268d775
commit
e10da3edbf
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libubox
|
||||
PKG_VERSION:=2015-01-19
|
||||
PKG_VERSION:=2015-01-21
|
||||
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:=f1c794b29e2dac52ec25869bf8c37b3e230fb2a2
|
||||
PKG_SOURCE_VERSION:=ad9aa180d30ebf2ae91e3cc656c814693bb921ca
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=
|
||||
CMAKE_INSTALL:=1
|
||||
|
|
Loading…
Reference in a new issue