mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
upgrade to uci 0.4.6 - fixes a parser glitch
SVN-Revision: 12028
This commit is contained in:
parent
11df62d176
commit
cf2cd1c384
@ -9,7 +9,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
UCI_VERSION=0.4
|
||||
UCI_RELEASE=5
|
||||
UCI_RELEASE=6
|
||||
|
||||
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:=cb97108db319c9172adb31d338fc4576
|
||||
PKG_MD5SUM:=c998478d3e7e5718c702bde95a3eed0a
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user