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
aada707
..
6767586
100644
(file)
--- a/
include/modules-2.6.mk
+++ b/
include/modules-2.6.mk
@@
-1,3
+1,9
@@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
NF_2_6:=1
include $(INCLUDE_DIR)/netfilter.mk
NF_2_6:=1
include $(INCLUDE_DIR)/netfilter.mk
@@
-112,11
+118,6
@@
$(eval $(call KMOD_template,IP6TABLES,ip6tables,\
# Block devices
# Block devices
-$(eval $(call KMOD_template,IDE,ide,\
- $(MODULES_DIR)/kernel/drivers/ide/*.ko \
- $(MODULES_DIR)/kernel/drivers/ide/*/*.ko \
-,CONFIG_IDE))
-
$(eval $(call KMOD_template,LOOP,loop,\
$(MODULES_DIR)/kernel/drivers/block/loop.ko \
,CONFIG_BLK_DEV_LOOP,,20,loop))
$(eval $(call KMOD_template,LOOP,loop,\
$(MODULES_DIR)/kernel/drivers/block/loop.ko \
,CONFIG_BLK_DEV_LOOP,,20,loop))
@@
-125,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.021784 seconds
and
4
git commands to generate.