aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-07-26 15:42:18 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2012-07-26 15:42:18 +0000
commit0c75abf527f639109f9b2f8277b182b0880a858e (patch)
tree7b2b0f15793670ea5d1ea998e64431e9ba2747df /package
parent4a3cbbf99d92244c3a032a9ac5acd4e4ed7d942f (diff)
downloadupstream-0c75abf527f639109f9b2f8277b182b0880a858e.tar.gz
upstream-0c75abf527f639109f9b2f8277b182b0880a858e.tar.bz2
upstream-0c75abf527f639109f9b2f8277b182b0880a858e.zip
bcma: update to version from wireless-testing tag master-2012-07-16
I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it. This also contains 3 additional patches fixing some bugs in bcma. SVN-Revision: 32880
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 483c0102da..57614387a7 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -431,6 +431,7 @@ define KernelPackage/bcma
CONFIG_BCMA_HOST_PCI=y \
CONFIG_BCMA_DRIVER_MIPS=n \
CONFIG_BCMA_DRIVER_PCI_HOSTMODE=n \
+ CONFIG_BCMA_DRIVER_GMAC_CMN=n \
CONFIG_BCMA_DEBUG=n
FILES:=$(LINUX_DIR)/drivers/bcma/bcma.ko
AUTOLOAD:=$(call AutoLoad,29,bcma)