2012-08-01 18:40:32 +00:00
|
|
|
--- a/kernel/zconfig.h
|
|
|
|
+++ b/kernel/zconfig.h
|
2010-06-13 07:08:08 +00:00
|
|
|
@@ -22,6 +22,8 @@
|
|
|
|
#include <linux/version.h>
|
|
|
|
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
|
|
|
|
#include <linux/config.h>
|
|
|
|
+#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33))
|
|
|
|
+#include <generated/autoconf.h>
|
|
|
|
#else
|
|
|
|
#include <linux/autoconf.h>
|
|
|
|
#endif
|