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 | 56e09d7a58012f941208e51a41e6ce9392cc6c5d (patch) | |
tree | 84cd221e532bfcab20b8b506b12f5305f765d039 /package/broadcom-wl/patches | |
parent | f3c2ca64d6c0c1d803f8815179fe37a23537a74b (diff) | |
download | upstream-56e09d7a58012f941208e51a41e6ce9392cc6c5d.tar.gz upstream-56e09d7a58012f941208e51a41e6ce9392cc6c5d.tar.bz2 upstream-56e09d7a58012f941208e51a41e6ce9392cc6c5d.zip |
[package] broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22008 3c298f89-4303-0410-b956-a3cf2f4a3e73
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> |