diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-11 00:15:00 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-11 00:15:00 +0000 |
commit | ad0f9feb0ba2222fa0fb4e9ad15740c1391f39c4 (patch) | |
tree | bbbf7e6acedd00760d197f8d91ec8f2e1cb3a84c /target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch | |
parent | 4fe774867cfb5f5fef48dedef035ac7c411e8f4b (diff) |
bcm53xx: make bgmac work
This makes bgmac work without sprom and refreshed the patches.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38715 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch b/target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch index b695bc94aa..97ad0087eb 100644 --- a/target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch +++ b/target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch @@ -8,7 +8,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- a/drivers/bcma/main.c +++ b/drivers/bcma/main.c -@@ -155,6 +155,7 @@ static int bcma_register_cores(struct bc +@@ -144,6 +144,7 @@ static int bcma_register_cores(struct bc core->irq = bus->host_pci->irq; break; case BCMA_HOSTTYPE_SOC: |