From: Nicolas Thill Date: Fri, 28 Oct 2011 19:16:21 +0000 (+0000) Subject: package/kernel: fix kmod-fs-cifs dependencies (closes: #9381, #10055) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=897ab36e93127a9e27f36a4c2d34b30e6eb70834;p=lede.git package/kernel: fix kmod-fs-cifs dependencies (closes: #9381, #10055) SVN-Revision: 28661 --- diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk index 6c253c773d..84d2311e7e 100644 --- a/package/kernel/modules/fs.mk +++ b/package/kernel/modules/fs.mk @@ -48,6 +48,14 @@ define KernelPackage/fs-cifs FILES:=$(LINUX_DIR)/fs/cifs/cifs.ko AUTOLOAD:=$(call AutoLoad,30,cifs) $(call AddDepends/nls) + DEPENDS+= \ + !(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36):kmod-crypto-core \ + !(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36):kmod-crypto-arc4 \ + !(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36):kmod-crypto-hmac \ + !(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36):kmod-crypto-md5 \ + !(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36||LINUX_2_6_37):kmod-crypto-md4 \ + !(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36||LINUX_2_6_37||LINUX_2_6_38||LINUX_2_6_39):kmod-crypto-des \ + !(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36||LINUX_2_6_37||LINUX_2_6_38||LINUX_2_6_39):kmod-crypto-ecb endef define KernelPackage/fs-cifs/description