CFE-ready mtd driver, needs fixing though, update kernel config
[openwrt.git] / package / strongswan / Makefile
index 7169635..421c78c 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
@@ -16,15 +16,12 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://download.strongswan.org/
 PKG_MD5SUM:=57427f5b48123851a73b10d78dd4f8d6
-PKG_CAT:=bzcat
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
 
 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 +43,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.019789 seconds and 4 git commands to generate.