diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-02-02 10:07:28 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-02-02 10:07:28 +0000 |
| commit | efb789106090c1daedbf5e2d34a6db51a84eb792 (patch) | |
| tree | 0fd0d97e2a0db830ab17757b5c02bc168975997b /openwrt/package/atftp | |
| parent | 3f956d1d50b27a7f0de79e3f473c883550da586a (diff) | |
| download | mtk-20170518-efb789106090c1daedbf5e2d34a6db51a84eb792.zip mtk-20170518-efb789106090c1daedbf5e2d34a6db51a84eb792.tar.gz mtk-20170518-efb789106090c1daedbf5e2d34a6db51a84eb792.tar.bz2 | |
fixes files from [3112]
SVN-Revision: 3114
Diffstat (limited to 'openwrt/package/atftp')
| -rw-r--r-- | openwrt/package/atftp/Config.in | 1 | ||||
| -rw-r--r-- | openwrt/package/atftp/ipkg/atftp.control | 1 | ||||
| -rw-r--r-- | openwrt/package/atftp/ipkg/atftpd.control | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/atftp/Config.in b/openwrt/package/atftp/Config.in index 32ab951..296faec 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 d2083fc..ca4d86a 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 efb4029..acdd2f1 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 |
