summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-09-17 19:42:54 +0000
committerNicolas Thill <nico@openwrt.org>2006-09-17 19:42:54 +0000
commitd6e2ef72d9cedf4b1a4aa815f67666a43e52fcef (patch)
treebfbe05a8b8eb3efd36dacd6224c02693a19fc9bf
parentee9d54589c7fa928e3d76fb8360ef5456899e51d (diff)
downloadmtk-20170518-d6e2ef72d9cedf4b1a4aa815f67666a43e52fcef.zip
mtk-20170518-d6e2ef72d9cedf4b1a4aa815f67666a43e52fcef.tar.gz
mtk-20170518-d6e2ef72d9cedf4b1a4aa815f67666a43e52fcef.tar.bz2
mark isakmpd as broken, standardize Makefile.
SVN-Revision: 4800
-rw-r--r--openwrt/package/isakmpd/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/openwrt/package/isakmpd/Makefile b/openwrt/package/isakmpd/Makefile
index 98cb36f..2dbd202 100644
--- 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