mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
uci: update to fix excessive reorder delta entry duplication (#13678)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36915
This commit is contained in:
parent
cf3643f586
commit
361670c9d0
@ -7,13 +7,13 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
UCI_VERSION=2013-06-10
|
||||
UCI_VERSION=2013-06-11
|
||||
UCI_RELEASE=1
|
||||
|
||||
PKG_NAME:=uci
|
||||
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
|
||||
PKG_RELEASE:=1
|
||||
PKG_REV:=9d8e1fe4857c1c3e8f1a2e2ae59ef9c4790adb39
|
||||
PKG_REV:=c9c9d5cb085acc58b6579ace83fb79c085a9db27
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=git://nbd.name/uci.git
|
||||
|
Loading…
Reference in New Issue
Block a user