ubus: update to latest version, fixes recursion issues in libubus
SVN-Revision: 28633
This commit is contained in:
parent
bebd9aec71
commit
2af4d04336
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ubus
|
||||
PKG_VERSION:=2011-10-10
|
||||
PKG_VERSION:=2011-10-27
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/luci2/ubus.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=1ad3493658fe3a3782e51efe960c07549f117a28
|
||||
PKG_SOURCE_VERSION:=8e5a6af1db52a908b53e3e8fd44a6a0af496d257
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=e52e88902b3a065c168d1dbeeac5b4ce
|
||||
PKG_MIRROR_MD5SUM:=da8990faa56a634518c51b37c73c68e5
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
|
Loading…
Reference in a new issue