projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make the buildroot-ng sdk compatible with the old packages
[openwrt.git]
/
include
/
modules-2.4.mk
diff --git
a/include/modules-2.4.mk
b/include/modules-2.4.mk
index
325cf16
..
93a8973
100644
(file)
--- a/
include/modules-2.4.mk
+++ b/
include/modules-2.4.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.
+#
include $(INCLUDE_DIR)/netfilter.mk
# Networking
include $(INCLUDE_DIR)/netfilter.mk
# Networking
@@
-116,16
+122,6
@@
$(eval $(call KMOD_template,NBD,nbd,\
,CONFIG_BLK_DEV_NBD,,20,nbd))
,CONFIG_BLK_DEV_NBD,,20,nbd))
-# Crypto
-
-ifneq ($(wildcard $(MODULES_DIR)/kernel/crypto/*.o),)
-CONFIG_CRYPTO:=m
-endif
-$(eval $(call KMOD_template,CRYPTO,crypto,\
- $(MODULES_DIR)/kernel/crypto/*.o \
-,CONFIG_CRYPTO))
-
-
# Filesystems
$(eval $(call KMOD_template,FS_CIFS,fs-cifs,\
# Filesystems
$(eval $(call KMOD_template,FS_CIFS,fs-cifs,\
This page took
0.032635 seconds
and
4
git commands to generate.