diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-28 18:21:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-28 18:21:03 +0000 |
commit | 48d4fb88f9f7eecc76ee8dcfd358c07ceaba272c (patch) | |
tree | de8b142e8522b1808d4958cf6994c5b693100157 /openwrt | |
parent | 62ab2795569bad7f099d145a24d4e2870ebda0b7 (diff) | |
download | mtk-20170518-48d4fb88f9f7eecc76ee8dcfd358c07ceaba272c.zip mtk-20170518-48d4fb88f9f7eecc76ee8dcfd358c07ceaba272c.tar.gz mtk-20170518-48d4fb88f9f7eecc76ee8dcfd358c07ceaba272c.tar.bz2 |
fix openswan depend on libgmp
SVN-Revision: 1093
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/openswan/ipkg/openswan.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openswan/ipkg/openswan.control b/openwrt/package/openswan/ipkg/openswan.control index 8b32620..fc4e511 100644 --- a/openwrt/package/openswan/ipkg/openswan.control +++ b/openwrt/package/openswan/ipkg/openswan.control @@ -3,5 +3,5 @@ Section: base Priority: optional Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> Source: buildroot internal -depends: gmp, ip +depends: libgmp, ip Description: Openswan IPSec software |