diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-02 09:54:06 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-02 09:54:06 +0000 |
commit | a7c031ff15dfc0b7cc88edee619ef4cb3e3285c5 (patch) | |
tree | fcf4c975b644f97a2d29c062e71041b0ac14eefc /target/linux/generic-2.6/patches-2.6.30/970-ocf_kbuild_integration.patch | |
parent | 301bcdf15c0027bfc96f3e18c505f1c250245217 (diff) | |
download | upstream-a7c031ff15dfc0b7cc88edee619ef4cb3e3285c5.tar.gz upstream-a7c031ff15dfc0b7cc88edee619ef4cb3e3285c5.tar.bz2 upstream-a7c031ff15dfc0b7cc88edee619ef4cb3e3285c5.zip |
resync 2.6.30/2.6.31 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18270 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.30/970-ocf_kbuild_integration.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.30/970-ocf_kbuild_integration.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/970-ocf_kbuild_integration.patch b/target/linux/generic-2.6/patches-2.6.30/970-ocf_kbuild_integration.patch index bf229eab82..b24d59cfff 100644 --- a/target/linux/generic-2.6/patches-2.6.30/970-ocf_kbuild_integration.patch +++ b/target/linux/generic-2.6/patches-2.6.30/970-ocf_kbuild_integration.patch @@ -1,6 +1,6 @@ --- a/crypto/Kconfig +++ b/crypto/Kconfig -@@ -784,6 +784,8 @@ config CRYPTO_ANSI_CPRNG +@@ -778,6 +778,8 @@ config CRYPTO_ANSI_CPRNG for cryptographic modules. Uses the Algorithm specified in ANSI X9.31 A.2.4 @@ -11,7 +11,7 @@ endif # if CRYPTO --- a/crypto/Makefile +++ b/crypto/Makefile -@@ -86,6 +86,11 @@ obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_ +@@ -85,6 +85,11 @@ obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_ obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o # |