summaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-01 01:31:28 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-01 01:31:28 +0000
commitfe1160efb9ef78cc7c0f033f43a286cc845f18d6 (patch)
tree84cd221e532bfcab20b8b506b12f5305f765d039 /package/broadcom-wl
parentdb7c7e9e4dbacd162184af473c229e18644245ca (diff)
[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')
-rw-r--r--package/broadcom-wl/Makefile13
-rw-r--r--package/broadcom-wl/patches/001-kernel-2.6.34_compat.patch22
2 files changed, 8 insertions, 27 deletions
diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile
index ebf9b3861..d8e07eb5a 100644
--- a/package/broadcom-wl/Makefile
+++ b/package/broadcom-wl/Makefile
@@ -9,12 +9,15 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=broadcom-wl
-PKG_VERSION:=5.10.56.27.0
+PKG_VERSION:=5.10.56.27.1
PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(ARCH).tar.bz2
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
-PKG_MD5SUM:=dfaee8bdafaa4bb5ccbcdfe541c29e7d
+
+PKG_MD5SUM.mipsel:=9f42cfa9c46ee1b0e04dc2d3ab9bc8cd
+PKG_MD5SUM.mips:=9dcc902af0fcac5f34b6656982e82c21
+PKG_MD5SUM:=$(PKG_MD5SUM.$(ARCH))
include $(INCLUDE_DIR)/package.mk
@@ -23,13 +26,13 @@ define Package/broadcom-wl/Default
CATEGORY:=Kernel modules
DEPENDS:=@PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mini
SUBMENU:=Proprietary BCM43xx WiFi driver
- SUBMENUDEP:=@TARGET_brcm47xx
+ SUBMENUDEP:=@TARGET_brcm47xx||TARGET_brcm63xx
endef
define KernelPackage/brcm-wl/Default
$(call Package/broadcom-wl/Default)
SECTION:=kernel
- DEPENDS:=@TARGET_brcm47xx +wireless-tools
+ DEPENDS:=@TARGET_brcm47xx||TARGET_brcm63xx +wireless-tools
TITLE:=Kernel driver for BCM43xx chipsets
FILES:=$(PKG_BUILD_DIR)/driver$(1)/wl.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,wl)
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 1ca362675..000000000
--- 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>