diff options
| author | Álvaro Fernández Rojas | 2024-08-06 10:33:48 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2024-08-06 12:06:09 +0000 |
| commit | c11adb4b53cb1573bd7700b80b0c18e05c33fba6 (patch) | |
| tree | 280ce38a6534a369c5ea99b4d856190fa90dced7 | |
| parent | ce6145b8189f6eaae7b6ebd6c9770b56fb72b368 (diff) | |
| download | openwrt-c11adb4b53cb1573bd7700b80b0c18e05c33fba6.tar.gz | |
generic: 6.6: add backported bmips CBR patches
Move v6.11 backported bmips CBR patches from bmips target to generic.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
| -rw-r--r-- | target/linux/bcm47xx/patches-6.6/830-huawei_e970_support.patch | 8 | ||||
| -rw-r--r-- | target/linux/generic/backport-6.6/320-v6.11-mips-bmips-rework-and-cache-CBR-addr-handling.patch (renamed from target/linux/bmips/patches-6.6/020-v6.11-mips-bmips-rework-and-cache-CBR-addr-handling.patch) | 0 | ||||
| -rw-r--r-- | target/linux/generic/backport-6.6/321-v6.11-mips-bmips-setup-make-CBR-address-configurable.patch (renamed from target/linux/bmips/patches-6.6/021-v6.11-mips-bmips-setup-make-CBR-address-configurable.patch) | 0 | ||||
| -rw-r--r-- | target/linux/generic/backport-6.6/322-v6.11-mips-bmips-enable-RAC-on-BMIPS4350.patch (renamed from target/linux/bmips/patches-6.6/022-v6.11-mips-bmips-enable-RAC-on-BMIPS4350.patch) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/bcm47xx/patches-6.6/830-huawei_e970_support.patch b/target/linux/bcm47xx/patches-6.6/830-huawei_e970_support.patch index 21ab40206f..08813da1ba 100644 --- a/target/linux/bcm47xx/patches-6.6/830-huawei_e970_support.patch +++ b/target/linux/bcm47xx/patches-6.6/830-huawei_e970_support.patch @@ -1,14 +1,14 @@ --- a/arch/mips/bcm47xx/setup.c +++ b/arch/mips/bcm47xx/setup.c -@@ -37,6 +37,7 @@ - #include <linux/ssb/ssb.h> +@@ -38,6 +38,7 @@ #include <linux/ssb/ssb_embedded.h> #include <linux/bcma/bcma_soc.h> + #include <asm/bmips.h> +#include <linux/old_gpio_wdt.h> #include <asm/bootinfo.h> #include <asm/idle.h> #include <asm/prom.h> -@@ -254,6 +255,33 @@ static struct fixed_phy_status bcm47xx_f +@@ -262,6 +263,33 @@ static struct fixed_phy_status bcm47xx_f .duplex = DUPLEX_FULL, }; @@ -42,7 +42,7 @@ static int __init bcm47xx_register_bus_complete(void) { switch (bcm47xx_bus_type) { -@@ -275,6 +303,7 @@ static int __init bcm47xx_register_bus_c +@@ -283,6 +311,7 @@ static int __init bcm47xx_register_bus_c bcm47xx_workarounds(); fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status); diff --git a/target/linux/bmips/patches-6.6/020-v6.11-mips-bmips-rework-and-cache-CBR-addr-handling.patch b/target/linux/generic/backport-6.6/320-v6.11-mips-bmips-rework-and-cache-CBR-addr-handling.patch index 21eaa3d6cb..21eaa3d6cb 100644 --- a/target/linux/bmips/patches-6.6/020-v6.11-mips-bmips-rework-and-cache-CBR-addr-handling.patch +++ b/target/linux/generic/backport-6.6/320-v6.11-mips-bmips-rework-and-cache-CBR-addr-handling.patch diff --git a/target/linux/bmips/patches-6.6/021-v6.11-mips-bmips-setup-make-CBR-address-configurable.patch b/target/linux/generic/backport-6.6/321-v6.11-mips-bmips-setup-make-CBR-address-configurable.patch index 10a710a31d..10a710a31d 100644 --- a/target/linux/bmips/patches-6.6/021-v6.11-mips-bmips-setup-make-CBR-address-configurable.patch +++ b/target/linux/generic/backport-6.6/321-v6.11-mips-bmips-setup-make-CBR-address-configurable.patch diff --git a/target/linux/bmips/patches-6.6/022-v6.11-mips-bmips-enable-RAC-on-BMIPS4350.patch b/target/linux/generic/backport-6.6/322-v6.11-mips-bmips-enable-RAC-on-BMIPS4350.patch index 2af45df259..2af45df259 100644 --- a/target/linux/bmips/patches-6.6/022-v6.11-mips-bmips-enable-RAC-on-BMIPS4350.patch +++ b/target/linux/generic/backport-6.6/322-v6.11-mips-bmips-enable-RAC-on-BMIPS4350.patch |