diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-09-17 19:42:54 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-09-17 19:42:54 +0000 |
| commit | d6e2ef72d9cedf4b1a4aa815f67666a43e52fcef (patch) | |
| tree | bfbe05a8b8eb3efd36dacd6224c02693a19fc9bf | |
| parent | ee9d54589c7fa928e3d76fb8360ef5456899e51d (diff) | |
| download | mtk-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/Makefile | 11 |
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 |
