diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-25 23:33:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-25 23:33:49 +0000 |
commit | 542b6c30e5547cee89de6e85e6180e98a32f8926 (patch) | |
tree | 4bc196b211e1d5b03ec96b220675833be85783c5 /package/utils/px5g/Makefile | |
parent | 0798de785e819d103acabf4d92782b74f0c3b9ac (diff) | |
download | upstream-542b6c30e5547cee89de6e85e6180e98a32f8926.tar.gz upstream-542b6c30e5547cee89de6e85e6180e98a32f8926.tar.bz2 upstream-542b6c30e5547cee89de6e85e6180e98a32f8926.zip |
fix subject in generated certificates
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44149
Diffstat (limited to 'package/utils/px5g/Makefile')
-rw-r--r-- | package/utils/px5g/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/utils/px5g/Makefile b/package/utils/px5g/Makefile index df2a170d84..8677a8b174 100644 --- a/package/utils/px5g/Makefile +++ b/package/utils/px5g/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2014 Jo-Philipp Wich <xm@subsignal.org> +# Copyright (C) 2010-2015 Jo-Philipp Wich <jow@openwrt.org> # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,9 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=px5g -PKG_RELEASE:=2 +PKG_RELEASE:=3 -PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT) PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk @@ -19,7 +18,7 @@ define Package/px5g SECTION:=utils CATEGORY:=Utilities TITLE:=X.509 certificate generator (using PolarSSL) - MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org> + MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> DEPENDS:=+libpolarssl endef |