projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c6fe16
)
Make strongswan really depend on 2.4 kernels
author
Florian Fainelli
<florian@openwrt.org>
Thu, 1 Mar 2007 09:08:34 +0000
(09:08 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 1 Mar 2007 09:08:34 +0000
(09:08 +0000)
SVN-Revision: 6444
package/strongswan/Makefile
patch
|
blob
|
history
diff --git
a/package/strongswan/Makefile
b/package/strongswan/Makefile
index 7169635e0575f8289b861d8465ad736fd538e808..60ac63985857d84f5e11fd49fb3c28ea1bb6b216 100644
(file)
--- 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.