diff options
Diffstat (limited to 'package/libs/polarssl/Makefile')
-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 03e3252e0a..573966e33b 100644 --- a/package/libs/polarssl/Makefile +++ b/package/libs/polarssl/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=polarssl SRC_PKG_NAME:=mbedtls PKG_VERSION:=1.3.16 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(SRC_PKG_NAME)-$(PKG_VERSION)-gpl.tgz |