From: Daniel Dickinson Date: Thu, 7 Jul 2011 04:20:03 +0000 (+0000) Subject: openvpn: openvpn-easy-rsa doesn't actually depend on openvpn, it's just invented... X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e62de355c27e496aa20289e8ef33b5bd064d172d;p=openwrt%2Fsvn-archive%2Fpackages.git openvpn: openvpn-easy-rsa doesn't actually depend on openvpn, it's just invented by openvpn and in that source package SVN-Revision: 27503 --- diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 4cf8d0eb3..c618988ec 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -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