aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/generic/base-files/lib
Commit message (Collapse)AuthorAgeFilesLines
* bmips: add subtargets for each SoCÁlvaro Fernández Rojas2023-04-101-16/+0
| | | | | | | | 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>
* bmips: split base-files into subtargetsAdrian Schmutzler2021-02-231-0/+16
Like done for several targets already, splitting base-files into subtarget will provide smaller images due to more specific distribution of files per subtarget and allow to use default cases more effectively. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>