fix kmod-switch compile on brcm-2.4 (#1461)
[openwrt.git] / package / strongswan / Makefile
index 7169635..fdd8636 100644 (file)
@@ -4,7 +4,7 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id: Makefile $
+# $Id$
 
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
@@ -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.
This page took 0.025432 seconds and 4 git commands to generate.