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 | 4439059ff1d426cb347c922df476be9277568653 (patch) | |
tree | 513ba65e55b2394636a8c7df4c6375c56c8a6513 /openwrt | |
parent | 8c05e7e7761215de8581ae3b8e8bf0932f1b1c76 (diff) | |
download | mtk-20170518-4439059ff1d426cb347c922df476be9277568653.zip mtk-20170518-4439059ff1d426cb347c922df476be9277568653.tar.gz mtk-20170518-4439059ff1d426cb347c922df476be9277568653.tar.bz2 |
Corrected missing dependency, closes #280
SVN-Revision: 3130
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/howl/ipkg/nifd.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/howl/ipkg/nifd.control b/openwrt/package/howl/ipkg/nifd.control index e324b32..20f47e3 100644 --- a/openwrt/package/howl/ipkg/nifd.control +++ b/openwrt/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 |