From: florian Date: Thu, 7 Dec 2006 14:06:49 +0000 (+0000) Subject: Add missing dependencies to atftp and atftpd (#1022) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8225de47d06a5b71ca39b024cabf605f57062b2c;p=packages.git Add missing dependencies to atftp and atftpd (#1022) git-svn-id: svn://svn.openwrt.org/openwrt/packages@5712 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/atftp/Makefile b/net/atftp/Makefile index 9e3a8d7cb..4c5e1d9f5 100644 --- a/net/atftp/Makefile +++ b/net/atftp/Makefile @@ -32,13 +32,13 @@ endef define Package/atftp $(call Package/atftp/Default) - DEPENDS:=+libreadline +libpcre + DEPENDS:=+libreadline +libpcre +libncurses TITLE+= client endef define Package/atftpd $(call Package/atftp/Default) - DEPENDS:=+libreadline +libpcre + DEPENDS:=+libreadline +libpcre +libpthread TITLE+= server endef