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 | 48f86d0141076bbe436e75e211ef635c7e683c3d (patch) | |
tree | 5c3320e6bc76fd118addabf682dd080d4dbb2339 /package/atftp/ipkg | |
parent | 805c17f1487eb99945efb4511b72ae3fa9c76b5f (diff) | |
download | master-187ad058-48f86d0141076bbe436e75e211ef635c7e683c3d.tar.gz master-187ad058-48f86d0141076bbe436e75e211ef635c7e683c3d.tar.bz2 master-187ad058-48f86d0141076bbe436e75e211ef635c7e683c3d.zip |
fixes files from [3112]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3114 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/atftp/ipkg')
-rw-r--r-- | package/atftp/ipkg/atftp.control | 1 | ||||
-rw-r--r-- | package/atftp/ipkg/atftpd.control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/package/atftp/ipkg/atftp.control b/package/atftp/ipkg/atftp.control index d2083fc619..ca4d86a308 100644 --- a/package/atftp/ipkg/atftp.control +++ b/package/atftp/ipkg/atftp.control @@ -2,3 +2,4 @@ Package: atftp Priority: optional Section: net Description: tftp client +Depends: libreadline diff --git a/package/atftp/ipkg/atftpd.control b/package/atftp/ipkg/atftpd.control index efb40299c3..acdd2f1ced 100644 --- a/package/atftp/ipkg/atftpd.control +++ b/package/atftp/ipkg/atftpd.control @@ -2,3 +2,4 @@ Package: atftpd Priority: optional Section: net Description: tftp server +Depends: libreadline |