Add missing dependencies to atftp and atftpd (#1022)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5712 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2e41e5fe87
commit
8225de47d0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user