diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-29 22:47:26 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-29 22:47:26 +0000 |
commit | f738d2f9a9202ab70495399171ab84ea56de1699 (patch) | |
tree | 0f12eb7cfb1d90c36f3577541d113d9936c37c0d /openwrt | |
parent | 61e39de60333f2030060706b73ff34df1cb5839e (diff) |
Add libpcre dependency for atftp, closes #432
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3554 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 acdd2f1ced..94f49f3f7c 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 |