fix typo
authortripolar <tripolar@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Feb 2010 20:38:38 +0000 (20:38 +0000)
committertripolar <tripolar@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Feb 2010 20:38:38 +0000 (20:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19802 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/ntpd/Makefile

index a0f0b08..f0dadf3 100644 (file)
@@ -48,7 +48,7 @@ endef
 define Package/ntpd-openssl
   $(call Package/ntpd/Default)
   TITLE+= server (with OpenSSL support)
-  DEPENDS:=+openssl
+  DEPENDS:=+libopenssl
 endef
 
 define Package/ntpd-openssl/description