From: Daniel Dickinson Date: Thu, 7 Jul 2011 04:20:03 +0000 (+0000) Subject: [packages] openvpn: openvpn-easy-rsa doesn't actually depend on openvpn, it's just... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fca63bf765877339133e76eec6a96575e93ecc17;p=openwrt%2Fsvn-archive%2Farchive.git [packages] 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 4cf8d0eb3d..c618988ec7 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