aboutsummaryrefslogtreecommitdiffstats
path: root/package/isakmpd
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
commita01232f4bb1935bc6789bc5185eb99ee9557fc5a (patch)
tree4c59c2bb1cd114d2e4877d1562103402ba9b2a31 /package/isakmpd
parent83b481d158acedd92417503f4825da956d2fc395 (diff)
downloadupstream-a01232f4bb1935bc6789bc5185eb99ee9557fc5a.tar.gz
upstream-a01232f4bb1935bc6789bc5185eb99ee9557fc5a.tar.bz2
upstream-a01232f4bb1935bc6789bc5185eb99ee9557fc5a.zip
mark isakmpd as broken, standardize Makefile.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4800 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/isakmpd')
-rw-r--r--package/isakmpd/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/package/isakmpd/Makefile b/package/isakmpd/Makefile
index 98cb36f2c2..2dbd202b3d 100644
--- a/package/isakmpd/Makefile
+++ b/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