diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-03-29 22:47:26 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-03-29 22:47:26 +0000 |
commit | 29fd8a63415b8a57094aca450cc0eb79c6938b26 (patch) | |
tree | ff5f69df591054a66ba83f159dd89a34fc21d84b /openwrt | |
parent | 242e482c742d7d436ee7d90c0bc5b4e7adbed395 (diff) | |
download | mtk-20170518-29fd8a63415b8a57094aca450cc0eb79c6938b26.zip mtk-20170518-29fd8a63415b8a57094aca450cc0eb79c6938b26.tar.gz mtk-20170518-29fd8a63415b8a57094aca450cc0eb79c6938b26.tar.bz2 |
Add libpcre dependency for atftp, closes #432
SVN-Revision: 3554
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/atftp/ipkg/atftpd.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/atftp/ipkg/atftpd.control b/openwrt/package/atftp/ipkg/atftpd.control index acdd2f1..94f49f3 100644 --- a/openwrt/package/atftp/ipkg/atftpd.control +++ b/openwrt/package/atftp/ipkg/atftpd.control @@ -2,4 +2,4 @@ Package: atftpd Priority: optional Section: net Description: tftp server -Depends: libreadline +Depends: libreadline, libpcre |