mark isakmpd as broken, standardize Makefile.
SVN-Revision: 4800
This commit is contained in:
parent
ee9d54589c
commit
d6e2ef72d9
1 changed files with 5 additions and 6 deletions
|
@ -24,12 +24,11 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
define Package/isakmpd
|
define Package/isakmpd
|
||||||
SECTION:=base
|
SECTION:=base
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=@LINUX_2_6 +libopenssl +keynote +libgmp
|
DEPENDS:=@BROKEN @LINUX_2_6 +libopenssl +keynote +libgmp
|
||||||
TITLE:=IPsec management tools
|
TITLE:=IPsec management tools
|
||||||
DESCRIPTION:=IPsec management tools
|
URL:=http://isakmpd.sourceforge.net/
|
||||||
URL:=http://isakmpd.sourceforge.net/
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|
Loading…
Reference in a new issue