From: Felix Fietkau Date: Thu, 7 Apr 2011 19:06:34 +0000 (+0000) Subject: kernel: enable MPPE again, got broken in r26296 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=40d6cd6c1613950145dbd4680d55a11cd06e0706;p=librecmc%2Flibrecmc.git kernel: enable MPPE again, got broken in r26296 Since r26296 mppe.ko could not be loaded, kernel gives "device missing" error. According to KConfig cypther-ecb is required. Signed-off-by: Sven Roederer SVN-Revision: 26507 --- diff --git a/package/kernel/modules/netsupport.mk b/package/kernel/modules/netsupport.mk index 3a1a3b4c4f..8987fe4598 100644 --- a/package/kernel/modules/netsupport.mk +++ b/package/kernel/modules/netsupport.mk @@ -526,7 +526,7 @@ $(eval $(call KernelPackage,ipoa)) define KernelPackage/mppe SUBMENU:=$(NETWORK_SUPPORT_MENU) TITLE:=Microsoft PPP compression/encryption - DEPENDS:=kmod-ppp +kmod-crypto-core +kmod-crypto-arc4 +kmod-crypto-sha1 + DEPENDS:=kmod-ppp +kmod-crypto-core +kmod-crypto-arc4 +kmod-crypto-sha1 +kmod-crypto-ecb KCONFIG:= \ CONFIG_PPP_MPPE_MPPC \ CONFIG_PPP_MPPE