ubus: update to latest version, fixes json-c library name
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36759
This commit is contained in:
parent
1afe1f0a7e
commit
0edabea0b1
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ubus
|
||||
PKG_VERSION:=2013-05-11
|
||||
PKG_VERSION:=2013-05-29
|
||||
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:=dd3afa517d4fefaadee9fcefefd2e503e251e909
|
||||
PKG_SOURCE_VERSION:=9f52d1769b76239a1dd64b0d1e9e6aa7b18eed10
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=a02ca473dcd490691b4cd514705c773d
|
||||
PKG_MIRROR_MD5SUM:=
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
PKG_LICENSE:=LGPLv2.1
|
||||
|
|
Loading…
Reference in a new issue