uci: update to git head (#13348, http://luci.subsignal.org/trac/ticket/572)
- fixes overwriting list options with single-item lists in lua binding SVN-Revision: 36730
This commit is contained in:
parent
1c9bc8822d
commit
fe42794fe6
1 changed files with 3 additions and 3 deletions
|
@ -7,20 +7,20 @@
|
|||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
UCI_VERSION=2013-05-02
|
||||
UCI_VERSION=2013-05-26
|
||||
UCI_RELEASE=1
|
||||
|
||||
PKG_NAME:=uci
|
||||
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
|
||||
PKG_RELEASE:=1
|
||||
PKG_REV:=b42ee8f21842fab41a4cdf27960000bb1b3f42a7
|
||||
PKG_REV:=9ef6964362f917ba035020d439d05b36abfe5bb9
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=git://nbd.name/uci.git
|
||||
PKG_SOURCE_SUBDIR:=uci-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_MIRROR_MD5SUM:=39a07950eaaa4548a5a2bba3b62df788
|
||||
PKG_MIRROR_MD5SUM:=05585c577ae39173920d0a44bda9537a
|
||||
|
||||
PKG_LICENSE:=LGPLv2.1 GPLv2
|
||||
PKG_LICENSE_FILES:=
|
||||
|
|
Loading…
Reference in a new issue