diff options
author | Oliver Ertl <oliver@ertl-net.net> | 2006-04-09 11:13:24 +0000 |
---|---|---|
committer | Oliver Ertl <oliver@ertl-net.net> | 2006-04-09 11:13:24 +0000 |
commit | bfef1ea1c8b4068a85f9867b20f9cfbdcbbd5764 (patch) | |
tree | 50d7cce70d22fc09523d93904ed82fc4a5e0cc21 /openwrt/package/openswan/ipkg/openswan.control | |
parent | b15f675cbb5feda13223ca3c781c7ffdd06f953a (diff) | |
download | mtk-20170518-bfef1ea1c8b4068a85f9867b20f9cfbdcbbd5764.zip mtk-20170518-bfef1ea1c8b4068a85f9867b20f9cfbdcbbd5764.tar.gz mtk-20170518-bfef1ea1c8b4068a85f9867b20f9cfbdcbbd5764.tar.bz2 |
fix typo in Openswan control file, closes #465
SVN-Revision: 3603
Diffstat (limited to 'openwrt/package/openswan/ipkg/openswan.control')
-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 51859fc..137491e 100644 --- a/openwrt/package/openswan/ipkg/openswan.control +++ b/openwrt/package/openswan/ipkg/openswan.control @@ -1,5 +1,5 @@ Package: openswan Section: base Priority: optional -depends: kmod-openswan, libgmp, ip +Depends: kmod-openswan, libgmp, ip Description: Openswan IPSec software |