[packages] openvpn: openvpn-easy-rsa doesn't actually depend on openvpn, it's just...
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Jul 2011 04:20:03 +0000 (04:20 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Jul 2011 04:20:03 +0000 (04:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27503 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/openvpn/Makefile

index 4cf8d0e..c618988 100644 (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