projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move the cryptoapi kmod to package/kernel
[openwrt.git]
/
include
/
modules-2.6.mk
diff --git
a/include/modules-2.6.mk
b/include/modules-2.6.mk
index
c98e4ea
..
6767586
100644
(file)
--- a/
include/modules-2.6.mk
+++ b/
include/modules-2.6.mk
@@
-126,14
+126,6
@@
$(eval $(call KMOD_template,NBD,nbd,\
$(MODULES_DIR)/kernel/drivers/block/nbd.ko \
,CONFIG_BLK_DEV_NBD,,20,nbd))
$(MODULES_DIR)/kernel/drivers/block/nbd.ko \
,CONFIG_BLK_DEV_NBD,,20,nbd))
-
-# Crypto
-
-$(eval $(call KMOD_template,CRYPTO,crypto,\
- $(MODULES_DIR)/kernel/crypto/*.ko \
-))
-
-
# Filesystems
$(eval $(call KMOD_template,FS_CIFS,fs-cifs,\
# Filesystems
$(eval $(call KMOD_template,FS_CIFS,fs-cifs,\
This page took
0.021842 seconds
and
4
git commands to generate.