diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-09 21:01:11 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-10 10:04:08 +0200 |
commit | 6fd8e0f943a0e8216daf238e015b6a311512d4ae (patch) | |
tree | fccae96552a7fbdcb5b66535c57ad3892a4a8ab5 /target/linux/bmips/generic/config-default | |
parent | e76556d967fac9e25ca49298996aeea491c9ef90 (diff) | |
download | upstream-6fd8e0f943a0e8216daf238e015b6a311512d4ae.tar.gz upstream-6fd8e0f943a0e8216daf238e015b6a311512d4ae.tar.bz2 upstream-6fd8e0f943a0e8216daf238e015b6a311512d4ae.zip |
bmips: add subtargets for each SoC
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>
Diffstat (limited to 'target/linux/bmips/generic/config-default')
-rw-r--r-- | target/linux/bmips/generic/config-default | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/bmips/generic/config-default b/target/linux/bmips/generic/config-default deleted file mode 100644 index 33fa39715b..0000000000 --- a/target/linux/bmips/generic/config-default +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_MTD_PHYSMAP=y -CONFIG_MTD_SPI_NOR=y -CONFIG_MTD_SPLIT_BCM63XX_FW=y |