Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bmips: switch to generic bcma/ssb fallback SPROM | Álvaro Fernández Rojas | 2023-04-23 | 1 | -9/+0 |
| | | | | | | | | Stop using bmips b43-sprom fixups and switch to generic bcma/ssb fallback SPROMs. This way we don't need to include the b43-sprom fixups on devices without Broadcom wireless. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | bmips: hg556a: switch to kmod-owl-loader | Álvaro Fernández Rojas | 2023-04-18 | 1 | -0/+34 |
| | | | | | | Stop using custom ath9k fixup and switch to standard kmod-owl-loader Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | bmips: add subtargets for each SoC | Álvaro Fernández Rojas | 2023-04-10 | 5 | -0/+330 |
BMIPS is a generic arch that can be used for multiple Broadcom SoCs, each one with its own specific drivers, so instead of having a huge kernel supporting all of them, let's switch to a subtarget per SoC like other OpenWrt targets. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> |