diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-05 09:02:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-05 09:02:50 +0000 |
commit | 64f74ab8ec9d1847b437045a10f5b074c7ad835f (patch) | |
tree | 59919ae6cdcefeb855ec87102a56164e9d0df5e1 /openwrt/package/openswan | |
parent | cc3eaade62875de9665b710f31f5bc955ac80197 (diff) | |
download | mtk-20170518-64f74ab8ec9d1847b437045a10f5b074c7ad835f.zip mtk-20170518-64f74ab8ec9d1847b437045a10f5b074c7ad835f.tar.gz mtk-20170518-64f74ab8ec9d1847b437045a10f5b074c7ad835f.tar.bz2 |
s/libgmp/gmp/ for openswan control file
SVN-Revision: 566
Diffstat (limited to 'openwrt/package/openswan')
-rw-r--r-- | openwrt/package/openswan/openswan.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openswan/openswan.control b/openwrt/package/openswan/openswan.control index 1f039c5..76dfaea 100644 --- a/openwrt/package/openswan/openswan.control +++ b/openwrt/package/openswan/openswan.control @@ -3,5 +3,5 @@ Section: base Priority: optional Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> Source: buildroot internal -Depends: libgmp +Depends: gmp Description: Openswan IPSec software |