diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-04 07:49:13 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-04 07:49:13 +0000 |
commit | c4e5d540269e791329ce8e7122e6bb4b6a966838 (patch) | |
tree | 05b8d6e0621c4edf562a3c8ad509cb2823ff4f81 | |
parent | 746bf3e05c6fc546640f4ac0419c148b9859791c (diff) | |
download | upstream-c4e5d540269e791329ce8e7122e6bb4b6a966838.tar.gz upstream-c4e5d540269e791329ce8e7122e6bb4b6a966838.tar.bz2 upstream-c4e5d540269e791329ce8e7122e6bb4b6a966838.zip |
add a dependency to kmod-openswan (fix #2)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2326 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/openswan/ipkg/openswan.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openswan/ipkg/openswan.control b/package/openswan/ipkg/openswan.control index 331c6d02be..51859fc32c 100644 --- a/package/openswan/ipkg/openswan.control +++ b/package/openswan/ipkg/openswan.control @@ -1,5 +1,5 @@ Package: openswan Section: base Priority: optional -depends: libgmp, ip +depends: kmod-openswan, libgmp, ip Description: Openswan IPSec software |