[packages] openvpn: openvpn-easy-rsa doesn't actually depend on openvpn, it's just invented by openvpn and in that source package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27503 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2011-07-07 04:20:03 +00:00
parent 86c99cff8e
commit a149249f0e

View File

@ -45,7 +45,7 @@ endef
define Package/openvpn-easy-rsa
$(call Package/openvpn)
DEPENDS:=openvpn +openssl-util
DEPENDS:=+openssl-util
TITLE:=Simple shell scripts to manage a Certificate Authority
endef