projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe9462c
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7649
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/openswan/Makefile
patch
|
blob
|
history
diff --git
a/package/openswan/Makefile
b/package/openswan/Makefile
index
1fd2e20
..
9035a3c
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+=\\\
\\\