[packages] openvpn: openvpn-easy-rsa doesn't actually depend on openvpn, it's just...
authorDaniel Dickinson <crazycshore@gmail.com>
Thu, 7 Jul 2011 04:20:03 +0000 (04:20 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Thu, 7 Jul 2011 04:20:03 +0000 (04:20 +0000)
SVN-Revision: 27503

net/openvpn/Makefile

index 4cf8d0eb3d0790342dd2797f78ce320e2a1b52ce..c618988ec7ce2f26467bcc4049fb9521c6907076 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