mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[generic-2.4] add OCF 20100325 support to brcm-2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21357 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
--- a/crypto/Config.in
|
||||
+++ b/crypto/Config.in
|
||||
@@ -117,4 +117,6 @@ if [ "$CONFIG_CRYPTO" = "y" ]; then
|
||||
tristate ' Testing module' CONFIG_CRYPTO_TEST
|
||||
fi
|
||||
|
||||
+source crypto/ocf/Config.in
|
||||
+
|
||||
endmenu
|
||||
--- a/crypto/Makefile
|
||||
+++ b/crypto/Makefile
|
||||
@@ -36,4 +36,9 @@ obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += mich
|
||||
|
||||
obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
|
||||
|
||||
+mod-subdirs += ocf
|
||||
+subdir-$(CONFIG_OCF_OCF) += ocf
|
||||
+ocf-$(CONFIG_OCF_OCF) = ocf/ocfdrv.o
|
||||
+obj-$(CONFIG_OCF_OCF) += $(ocf-y)
|
||||
+
|
||||
include $(TOPDIR)/Rules.make
|
||||
Reference in New Issue
Block a user