1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 23:58:27 +02:00
- fixes overwriting list options with single-item lists in lua binding

SVN-Revision: 36730
This commit is contained in:
Jo-Philipp Wich 2013-05-26 17:28:18 +00:00
parent 1c9bc8822d
commit fe42794fe6

View File

@ -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:=