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:
ee9d545
)
mark isakmpd as broken, standardize Makefile.
author
Nicolas Thill
<nico@openwrt.org>
Sun, 17 Sep 2006 19:42:54 +0000
(19:42 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 17 Sep 2006 19:42:54 +0000
(19:42 +0000)
SVN-Revision: 4800
openwrt/package/isakmpd/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/isakmpd/Makefile
b/openwrt/package/isakmpd/Makefile
index 98cb36f2c2a24ce77f71f41720cd994c05ce9172..2dbd202b3db6f7f0b6e464cdbe0338ce2e3eb9ca 100644
(file)
--- a/
openwrt/package/isakmpd/Makefile
+++ b/
openwrt/package/isakmpd/Makefile
@@
-24,12
+24,11
@@
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk
define Package/isakmpd
-SECTION:=base
-CATEGORY:=Network
-DEPENDS:=@LINUX_2_6 +libopenssl +keynote +libgmp
-TITLE:=IPsec management tools
-DESCRIPTION:=IPsec management tools
-URL:=http://isakmpd.sourceforge.net/
+ SECTION:=base
+ CATEGORY:=Network
+ DEPENDS:=@BROKEN @LINUX_2_6 +libopenssl +keynote +libgmp
+ TITLE:=IPsec management tools
+ URL:=http://isakmpd.sourceforge.net/
endef
define Build/Compile