aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-03-01 09:08:34 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-03-01 09:08:34 +0000
commit354d3cc3262de0ba2188e10d2654f58e1532b260 (patch)
tree0922a74f640bf728bf9668c0ca58318f7dc08eb4 /package
parent9c6fe1626037f8ca709c14800ca3fef0625a3d48 (diff)
downloadupstream-354d3cc3262de0ba2188e10d2654f58e1532b260.tar.gz
upstream-354d3cc3262de0ba2188e10d2654f58e1532b260.tar.bz2
upstream-354d3cc3262de0ba2188e10d2654f58e1532b260.zip
Make strongswan really depend on 2.4 kernels
SVN-Revision: 6444
Diffstat (limited to 'package')
-rw-r--r--package/strongswan/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/strongswan/Makefile b/package/strongswan/Makefile
index 7169635e05..60ac639858 100644
--- a/package/strongswan/Makefile
+++ b/package/strongswan/Makefile
@@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/strongswan/Default
TITLE:=strongSwan
+ DEPENDS:=@LINUX_2_4
DESCRIPTION:=\
strongSwan is an IPsec implementation for Linux.
URL:=http://www.strongswan.org/
@@ -46,6 +47,7 @@ define KernelPackage/strongswan
SUBMENU:=Network Support
$(call Package/strongswan/Default)
TITLE+= (kernel module)
+ DEPENDS:=@LINUX_2_4
DESCRIPTION+=\\\
\\\
This package contains the strongSwan kernel module.