summaryrefslogtreecommitdiff
path: root/package/kernel/modules/network.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-23 15:12:12 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-23 15:12:12 +0000
commit5f0272d618f486e694c14c51a3ad42e4232ae9eb (patch)
treebd44f03e72f19e33dfd46bf405fa6f2186b062e3 /package/kernel/modules/network.mk
parentaa372ac90195d1c99003a03aff2a799506e591e9 (diff)
downloadmtk-20170518-5f0272d618f486e694c14c51a3ad42e4232ae9eb.zip
mtk-20170518-5f0272d618f486e694c14c51a3ad42e4232ae9eb.tar.gz
mtk-20170518-5f0272d618f486e694c14c51a3ad42e4232ae9eb.tar.bz2
move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
SVN-Revision: 8980
Diffstat (limited to 'package/kernel/modules/network.mk')
-rw-r--r--package/kernel/modules/network.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/network.mk b/package/kernel/modules/network.mk
index 130d9f5..b9a8a34 100644
--- a/package/kernel/modules/network.mk
+++ b/package/kernel/modules/network.mk
@@ -83,7 +83,7 @@ $(eval $(call KernelPackage,capi))
define KernelPackage/ipsec
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=IPsec related modules (IPv4 and IPv6)
- DEPENDS:=@LINUX_2_6 +kmod-crypto
+ DEPENDS:=@LINUX_2_6 +kmod-crypto-des +kmod-crypto-hmac +kmod-crypto-md5 +kmod-crypto-sha1
KCONFIG:= \
CONFIG_NET_KEY \
CONFIG_XFRM_USER
@@ -359,7 +359,7 @@ $(eval $(call KernelPackage,ipoa))
define KernelPackage/mppe
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=Microsoft PPP compression/encryption
- DEPENDS:=kmod-ppp +kmod-crypto
+ DEPENDS:=kmod-ppp +kmod-crypto-arc4 +kmod-crypto-sha1
KCONFIG:= \
CONFIG_PPP_MPPE_MPPC \
CONFIG_PPP_MPPE