projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f76e23
)
mark openswan as 2.4 only for now (doesn't work on 2.6.22, does anyone even need...
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 17 Jun 2007 02:05:22 +0000
(
02:05
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 17 Jun 2007 02:05:22 +0000
(
02:05
+0000)
SVN-Revision: 7649
package/openswan/Makefile
patch
|
blob
|
history
diff --git
a/package/openswan/Makefile
b/package/openswan/Makefile
index 1fd2e20af6016a5d55485b715cc9839acdc2327c..9035a3c98487a0f1c79aa2f650d7e2b043f98977 100644
(file)
--- a/
package/openswan/Makefile
+++ b/
package/openswan/Makefile
@@
-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+=\\\
\\\