diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-04 22:13:24 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-04 22:13:24 +0000 |
commit | 88d5b61e4f86f3a52e94dad53fd4e76343cffaab (patch) | |
tree | f05207bc9875498124feedc3675a68ac2a577490 /package/howl | |
parent | defb36aecc10762e6077e12ca5f4d04362e64c6c (diff) | |
download | upstream-88d5b61e4f86f3a52e94dad53fd4e76343cffaab.tar.gz upstream-88d5b61e4f86f3a52e94dad53fd4e76343cffaab.tar.bz2 upstream-88d5b61e4f86f3a52e94dad53fd4e76343cffaab.zip |
Corrected missing dependency, closes #280
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3130 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/howl')
-rw-r--r-- | package/howl/ipkg/nifd.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/howl/ipkg/nifd.control b/package/howl/ipkg/nifd.control index e324b324e9..20f47e3f24 100644 --- a/package/howl/ipkg/nifd.control +++ b/package/howl/ipkg/nifd.control @@ -2,4 +2,4 @@ Package: nifd Priority: optional Section: net Description: a network interface monitor daemon -Depends: libhowl +Depends: libhowl, libpthread |