summaryrefslogtreecommitdiff
path: root/openwrt/package/atftp
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-02 10:07:28 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-02 10:07:28 +0000
commite6fb899819a8aa0611941e636bdabb4d0d1b630b (patch)
treec2452764f47cd306f320cafd5bd776f211b2f6af /openwrt/package/atftp
parent3a136359290298b746c92c50dc37d7ef49704175 (diff)
fixes files from [3112]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3114 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/atftp')
-rw-r--r--openwrt/package/atftp/Config.in1
-rw-r--r--openwrt/package/atftp/ipkg/atftp.control1
-rw-r--r--openwrt/package/atftp/ipkg/atftpd.control1
3 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/atftp/Config.in b/openwrt/package/atftp/Config.in
index 32ab9512a3..296faec842 100644
--- a/openwrt/package/atftp/Config.in
+++ b/openwrt/package/atftp/Config.in
@@ -4,6 +4,7 @@ config BR2_COMPILE_ATFTP
tristate
default n
depends BR2_PACKAGE_ATFTP || BR2_PACKAGE_ATFTPD
+ select BR2_PACKAGE_LIBREADLINE
config BR2_PACKAGE_ATFTP
prompt "atftp............................. TFTP client"
diff --git a/openwrt/package/atftp/ipkg/atftp.control b/openwrt/package/atftp/ipkg/atftp.control
index d2083fc619..ca4d86a308 100644
--- a/openwrt/package/atftp/ipkg/atftp.control
+++ b/openwrt/package/atftp/ipkg/atftp.control
@@ -2,3 +2,4 @@ Package: atftp
Priority: optional
Section: net
Description: tftp client
+Depends: libreadline
diff --git a/openwrt/package/atftp/ipkg/atftpd.control b/openwrt/package/atftp/ipkg/atftpd.control
index efb40299c3..acdd2f1ced 100644
--- a/openwrt/package/atftp/ipkg/atftpd.control
+++ b/openwrt/package/atftp/ipkg/atftpd.control
@@ -2,3 +2,4 @@ Package: atftpd
Priority: optional
Section: net
Description: tftp server
+Depends: libreadline