remove the old broadcom wl driver for linux 2.4
[openwrt.git] / target / linux / generic-2.4 / patches / 900-ocf-kconfig-integration.patch
1 --- a/crypto/Config.in
2 +++ b/crypto/Config.in
3 @@ -117,4 +117,6 @@ if [ "$CONFIG_CRYPTO" = "y" ]; then
4    tristate       '  Testing module' CONFIG_CRYPTO_TEST
5  fi
6  
7 +source crypto/ocf/Config.in
8 +
9  endmenu
10 --- a/crypto/Makefile
11 +++ b/crypto/Makefile
12 @@ -36,4 +36,9 @@ obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += mich
13  
14  obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
15  
16 +mod-subdirs += ocf
17 +subdir-$(CONFIG_OCF_OCF) += ocf
18 +ocf-$(CONFIG_OCF_OCF) = ocf/ocfdrv.o
19 +obj-$(CONFIG_OCF_OCF) += $(ocf-y)
20 +
21  include $(TOPDIR)/Rules.make