projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] base-files: assume a default ipv6 prefix size of /64, thats what the majori...
[openwrt.git]
/
target
/
linux
/
generic
/
files
/
crypto
/
ocf
/
random.c
diff --git
a/target/linux/generic/files/crypto/ocf/random.c
b/target/linux/generic/files/crypto/ocf/random.c
index
38dad13
..
d004fde
100644
(file)
--- a/
target/linux/generic/files/crypto/ocf/random.c
+++ b/
target/linux/generic/files/crypto/ocf/random.c
@@
-35,8
+35,11
@@
* and/or fitness for purpose.
*/
* and/or fitness for purpose.
*/
-#ifndef AUTOCONF_INCLUDED
-#include <linux/config.h>
+#include <linux/version.h>
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33))
+#include <generated/autoconf.h>
+#else
+#include <linux/autoconf.h>
#endif
#include <linux/module.h>
#include <linux/init.h>
#endif
#include <linux/module.h>
#include <linux/init.h>
This page took
0.02667 seconds
and
4
git commands to generate.