summaryrefslogtreecommitdiffstats
path: root/kernel/0005-add-support-for-linux-3.4.0.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-06-15 11:02:21 +0200
committerpiernov <piernov@piernov.org>2012-06-15 11:02:21 +0200
commit197c60c2ead13cd3b05ac856ead60e5c2818907a (patch)
tree24dff41de2269c66ba2bf829c1423b8018b6f4d6 /kernel/0005-add-support-for-linux-3.4.0.patch
parent5e206e6ae7b67d97ff485512729a66a3555d14a0 (diff)
downloadnutyx-pakxe-197c60c2ead13cd3b05ac856ead60e5c2818907a.tar.gz
nutyx-pakxe-197c60c2ead13cd3b05ac856ead60e5c2818907a.tar.bz2
nutyx-pakxe-197c60c2ead13cd3b05ac856ead60e5c2818907a.tar.xz
nutyx-pakxe-197c60c2ead13cd3b05ac856ead60e5c2818907a.zip
kernel 3.4.2-1 màj port
Diffstat (limited to 'kernel/0005-add-support-for-linux-3.4.0.patch')
-rw-r--r--kernel/0005-add-support-for-linux-3.4.0.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/kernel/0005-add-support-for-linux-3.4.0.patch b/kernel/0005-add-support-for-linux-3.4.0.patch
new file mode 100644
index 000000000..fdb2e7654
--- /dev/null
+++ b/kernel/0005-add-support-for-linux-3.4.0.patch
@@ -0,0 +1,14 @@
+From: Eugene San (eugenesan) <eugenesan@gmail.com>
+Subject: [PATCH 1/1] add support for linux 3.4
+--- a/i386/src/wl/sys/wl_linux.c
++++ b/i386/src/wl/sys/wl_linux.c
+@@ -40,7 +40,9 @@
+ #include <linux/pci_ids.h>
+ #define WLC_MAXBSSCFG 1
+
++#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
+ #include <asm/system.h>
++#endif
+ #include <asm/io.h>
+ #include <asm/irq.h>
+ #include <asm/pgtable.h>