diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-18 09:20:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-18 09:20:38 +0000 |
commit | b6086a30798e727e052c5455e8a9612b30724e36 (patch) | |
tree | c2f6628018793fcd5b3f5a4cc2d1dde294b65257 /package/libs/polarssl | |
parent | e5daecce98712707a567919352a1f0c93a6275bd (diff) | |
download | upstream-b6086a30798e727e052c5455e8a9612b30724e36.tar.gz upstream-b6086a30798e727e052c5455e8a9612b30724e36.tar.bz2 upstream-b6086a30798e727e052c5455e8a9612b30724e36.zip |
polarssl: add missing version bump
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42949
Diffstat (limited to 'package/libs/polarssl')
-rw-r--r-- | package/libs/polarssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile index 081b2c1d7c..3f2457f4a8 100644 --- a/package/libs/polarssl/Makefile +++ b/package/libs/polarssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=polarssl PKG_VERSION:=1.3.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz |