diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-07-26 15:42:18 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-07-26 15:42:18 +0000 |
commit | 0c75abf527f639109f9b2f8277b182b0880a858e (patch) | |
tree | 7b2b0f15793670ea5d1ea998e64431e9ba2747df /package | |
parent | 4a3cbbf99d92244c3a032a9ac5acd4e4ed7d942f (diff) | |
download | mtk-20170518-0c75abf527f639109f9b2f8277b182b0880a858e.zip mtk-20170518-0c75abf527f639109f9b2f8277b182b0880a858e.tar.gz mtk-20170518-0c75abf527f639109f9b2f8277b182b0880a858e.tar.bz2 |
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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 483c010..5761438 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) |