diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-08 12:31:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-08 12:31:04 +0000 |
commit | e29efa2fb75c2bbe70f5f4027973eab5660db9cc (patch) | |
tree | 8528734f3345b9433a8410b95b799f3f7a3a3d2b /package/kernel/linux/modules/fs.mk | |
parent | 1b91cd2663b95c47942448222e74e22176466457 (diff) | |
download | upstream-e29efa2fb75c2bbe70f5f4027973eab5660db9cc.tar.gz upstream-e29efa2fb75c2bbe70f5f4027973eab5660db9cc.tar.bz2 upstream-e29efa2fb75c2bbe70f5f4027973eab5660db9cc.zip |
kernel: remove packaging of kmod-crypto-core and kmod-crypto-arc4
Everything except for blkcipher was already built-in, so make blkcipher
built-in as well.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46820
Diffstat (limited to 'package/kernel/linux/modules/fs.mk')
-rw-r--r-- | package/kernel/linux/modules/fs.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index e702a3d9b3..5900a4b140 100644 --- a/package/kernel/linux/modules/fs.mk +++ b/package/kernel/linux/modules/fs.mk @@ -90,7 +90,6 @@ define KernelPackage/fs-cifs AUTOLOAD:=$(call AutoLoad,30,cifs) $(call AddDepends/nls) DEPENDS+= \ - +kmod-crypto-arc4 \ +kmod-crypto-hmac \ +kmod-crypto-md5 \ +kmod-crypto-md4 \ |