]> git.ipfire.org Git - thirdparty/openwrt.git/commit
mpc85xx: unify wrapper address of simple image devices 23121/head
authorEdward Chow <equu@openmail.cc>
Mon, 27 Apr 2026 03:13:51 +0000 (11:13 +0800)
committerRobert Marko <robimarko@gmail.com>
Tue, 5 May 2026 12:09:38 +0000 (14:09 +0200)
commit9836f7ca132b705bb0593897a29f8ddab150ecc1
tree8547dc57168bd41fd4fc59b24cb7e64192a2ed55
parente46844260b0d350793aff592b374f91c1d69316e
mpc85xx: unify wrapper address of simple image devices

The wrapper address of simple image devices should have been changed
at commit 6a8b831 , but only TL-WDR4900 and BR200-WP are changed at
that time, and now the wrapper address changes are split among patches
for specific devices. More importantly, commit 6a8b831 forgot to
change Enterasys WS-AP3715i, causing
https://github.com/openwrt/openwrt/issues/23112 .

This commit will gather the change of wrapper address of simple image
devices into a dedicated patch file.

Tested: Both WS-AP3715i and TL-WDR4900 v1 boot well.

Fixes: https://github.com/openwrt/openwrt/issues/23112
Signed-off-by: Edward Chow <equu@openmail.cc>
Link: https://github.com/openwrt/openwrt/pull/23121
Signed-off-by: Robert Marko <robimarko@gmail.com>
12 files changed:
target/linux/mpc85xx/patches-6.12/099-mpc85xx-p1010-change-wrapper-address-of-simple-image-devices.patch [new file with mode: 0644]
target/linux/mpc85xx/patches-6.12/100-powerpc-85xx-tl-wdr4900-v1-support.patch
target/linux/mpc85xx/patches-6.12/101-powerpc-85xx-hiveap-330-support.patch
target/linux/mpc85xx/patches-6.12/106-powerpc-85xx-ws-ap3710i-support.patch
target/linux/mpc85xx/patches-6.12/107-powerpc-85xx-add-ws-ap3825i-support.patch
target/linux/mpc85xx/patches-6.12/110-powerpc-85xx-br200-wp-support.patch
target/linux/mpc85xx/patches-6.18/099-mpc85xx-p1010-change-wrapper-address-of-simple-image-devices.patch [new file with mode: 0644]
target/linux/mpc85xx/patches-6.18/100-powerpc-85xx-tl-wdr4900-v1-support.patch
target/linux/mpc85xx/patches-6.18/101-powerpc-85xx-hiveap-330-support.patch
target/linux/mpc85xx/patches-6.18/106-powerpc-85xx-ws-ap3710i-support.patch
target/linux/mpc85xx/patches-6.18/107-powerpc-85xx-add-ws-ap3825i-support.patch
target/linux/mpc85xx/patches-6.18/110-powerpc-85xx-br200-wp-support.patch