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 | b1e32ff4b45b45be40f4dd7bbe8239d82beca474 (patch) | |
tree | 1b04d37de2016c1e2ba7a07cb26b6e2932769e31 /package | |
parent | 757b8a26e194570347fbb2c5cceec51c5b76bb17 (diff) | |
download | upstream-b1e32ff4b45b45be40f4dd7bbe8239d82beca474.tar.gz upstream-b1e32ff4b45b45be40f4dd7bbe8239d82beca474.tar.bz2 upstream-b1e32ff4b45b45be40f4dd7bbe8239d82beca474.zip |
Add libpcre dependency for atftp, closes #432
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3554 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/atftp/ipkg/atftpd.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/atftp/ipkg/atftpd.control b/package/atftp/ipkg/atftpd.control index acdd2f1ced..94f49f3f7c 100644 --- a/package/atftp/ipkg/atftpd.control +++ b/package/atftp/ipkg/atftpd.control @@ -2,4 +2,4 @@ Package: atftpd Priority: optional Section: net Description: tftp server -Depends: libreadline +Depends: libreadline, libpcre |