upgrade uci 0.1.2, which accepts more characters in the section type validation
SVN-Revision: 10382
This commit is contained in:
parent
c5c1f8f1c2
commit
04caf0a56c
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=uci
|
PKG_NAME:=uci
|
||||||
PKG_VERSION:=0.1.1
|
PKG_VERSION:=0.1.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
|
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
|
||||||
PKG_MD5SUM:=b26905c6fa0704e57944da33339f9216
|
PKG_MD5SUM:=2c1bd1b24ca3c3e565b28122f2efd047
|
||||||
|
|
||||||
LIBVERSION=0.1
|
LIBVERSION=0.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue