fix issues with multiple ppp links (noticed by Stefano Rivera)
[openwrt.git] / package / openswan / Makefile
index 1fd2e20..9035a3c 100644 (file)
@@ -30,7 +30,7 @@ define Package/openswan
   $(call Package/openswan/Default)
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+kmod-openswan +libgmp +ip
+  DEPENDS:=@LINUX_2_4 +kmod-openswan +libgmp +ip
   TITLE+= (daemon)
   DESCRIPTION+=\\\
        \\\
@@ -41,6 +41,7 @@ endef
 define KernelPackage/openswan
   SUBMENU:=Network Support
   $(call Package/openswan/Default)
+  DEPENDS:=@LINUX_2_4 
   TITLE+= (kernel module)
   DESCRIPTION+=\\\
        \\\
This page took 0.027136 seconds and 4 git commands to generate.