diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-01 01:31:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-01 01:31:28 +0000 |
commit | 37f0636c3f37252fdd4f11d3471c3db3d3a0ae4d (patch) | |
tree | 3c29836e7281b7ae99771fe518a93083f231672e /package/broadcom-wl/patches | |
parent | 28e4d39009b5f4b82415e437aef7ea24683fefe4 (diff) | |
download | upstream-37f0636c3f37252fdd4f11d3471c3db3d3a0ae4d.tar.gz upstream-37f0636c3f37252fdd4f11d3471c3db3d3a0ae4d.tar.bz2 upstream-37f0636c3f37252fdd4f11d3471c3db3d3a0ae4d.zip |
broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) support
SVN-Revision: 22008
Diffstat (limited to 'package/broadcom-wl/patches')
-rw-r--r-- | package/broadcom-wl/patches/001-kernel-2.6.34_compat.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/broadcom-wl/patches/001-kernel-2.6.34_compat.patch b/package/broadcom-wl/patches/001-kernel-2.6.34_compat.patch deleted file mode 100644 index 1ca362675b..0000000000 --- a/package/broadcom-wl/patches/001-kernel-2.6.34_compat.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/driver/include/linuxver.h -+++ b/driver/include/linuxver.h -@@ -19,8 +19,10 @@ - #include <linux/version.h> - #if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0)) - #include <linux/config.h> --#else -+#elif (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 34)) - #include <linux/autoconf.h> -+#else -+#include <generated/autoconf.h> - #endif - #include <linux/module.h> - -@@ -111,7 +113,6 @@ typedef irqreturn_t(*FN_ISR) (int irq, v - - #if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE) - --#include <pcmcia/version.h> - #include <pcmcia/cs_types.h> - #include <pcmcia/cs.h> - #include <pcmcia/cistpl.h> |