mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
upgrade to uci 0.4.7 - fixes a stupid regression introduced in 0.4.5
SVN-Revision: 12044
This commit is contained in:
parent
8dec1e3997
commit
6a8c0256d0
@ -9,7 +9,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
UCI_VERSION=0.4
|
||||
UCI_RELEASE=6
|
||||
UCI_RELEASE=7
|
||||
|
||||
PKG_NAME:=uci
|
||||
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
|
||||
@ -17,7 +17,7 @@ PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
|
||||
PKG_MD5SUM:=c998478d3e7e5718c702bde95a3eed0a
|
||||
PKG_MD5SUM:=8268990d6f31872943c947c9b4529d59
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user