Skip to content
Snippets Groups Projects
Commit 6f452836 authored by Naresh Kumar Mehta's avatar Naresh Kumar Mehta
Browse files

openswan: Fixed dependency


Change-Id: Ic90d0d0f4b93973453ca19607c612124a41d90c3
Signed-off-by: default avatarNaresh Kumar Mehta <naresh@codeaurora.org>
parent 04dda3c2
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,17 @@ $(call Package/openswan/Default)
SECTION:=net
CATEGORY:=Network
TITLE+= (daemon)
ifdef CONFIG_TARGET_ipq_ipq807x
DEPENDS+= +libgmp +kmod-openswan
else ifdef CONFIG_TARGET_ipq_ipq807x_64
DEPENDS+= +libgmp +kmod-openswan
else ifdef CONFIG_TARGET_ipq_ipq806x
DEPENDS+= +libgmp +kmod-openswan
else ifdef CONFIG_TARGET_ipq_ipq40xx
DEPENDS+= +libgmp +kmod-openswan
else
DEPENDS+= +libgmp
endif
endef
define Package/openswan/description
......@@ -48,7 +58,15 @@ define KernelPackage/openswan
$(call Package/openswan/Default)
SUBMENU:=Network Support
TITLE+= (kernel module)
DEPENDS+=+IPV6:kmod-ipv6 +kmod-crypto-ocf
ifdef CONFIG_TARGET_ipq_ipq807x
DEPENDS+=kmod-crypto-ocf
else ifdef CONFIG_TARGET_ipq_ipq807x_64
DEPENDS+=kmod-crypto-ocf
else ifdef CONFIG_TARGET_ipq_ipq806x
DEPENDS+=kmod-crypto-ocf
else ifdef CONFIG_TARGET_ipq_ipq40xx
DEPENDS+=kmod-crypto-ocf
endif
FILES:=$(PKG_BUILD_DIR)/modobj*/ipsec.$(LINUX_KMOD_SUFFIX)
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment