openvpn-easy-rsa: add missing configfile
/etc/profile.d/50-openvpn-easy-rsa.sh was not listed as configfile and changes were lost during upgrades. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
parent
a5f62ca8fb
commit
2fe47aff5b
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||
PKG_NAME:=openvpn-easy-rsa
|
||||
|
||||
PKG_VERSION:=3.0.8
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/OpenVPN/easy-rsa/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_HASH:=fd6b67d867c3b8afd53efa2ca015477f6658a02323e1799432083472ac0dd200
|
||||
|
@ -43,6 +43,7 @@ define Package/openvpn-easy-rsa/conffiles
|
|||
/etc/easy-rsa/vars
|
||||
/etc/easy-rsa/openssl-1.0.cnf
|
||||
/etc/easy-rsa/openssl-easyrsa.cnf
|
||||
/etc/profile.d/50-$(PKG_NAME).sh
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
|
Loading…
Reference in a new issue