From: Peter Wagner <​tripolar@gmx.at> Date: Sun, 21 Feb 2010 20:38:38 +0000 (+0000) Subject: fix typo X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e10c2bcf174640957eda17746b88318369e75c8f;p=openwrt%2Fsvn-archive%2Farchive.git fix typo SVN-Revision: 19802 --- diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index a0f0b08a49..f0dadf339f 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