From: tripolar Date: Sun, 21 Feb 2010 20:38:38 +0000 (+0000) Subject: fix typo X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=19d391e330b311a72bd2201802299d6e51b5c9e3;p=packages.git fix typo git-svn-id: svn://svn.openwrt.org/openwrt/packages@19802 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index a0f0b08a4..f0dadf339 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -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