Bpi-R4 2.5GE poe img

Hello. May be some one hawe an image 25.12.5 (not snapshoot) with MTK patches for bpi-r4 poe 2.5ge (4gb rom). Im loosing for find it. And woziwrt fork crashes with error.

Select the “Bananapi BPi-R4 2.5GE” board here

https://firmware-selector.openwrt.org/

Ah,sorry,you want the mtk-feed patches…

Yes, mtk. Woziwrt’s firmware have the best wifi signal for me, but i can’t compile a stable versoin 25.12.5, only snapshoot (missed kmods)

You can try building mtk-sdk like this and add patches from wozi on top

sudo rm -r openwrt-mtk mtk-openwrt-feeds
git clone https://git.openwrt.org/openwrt/openwrt.git openwrt-mtk
git clone --branch main https://github.com/mediatek/mtk-openwrt-feeds
cd openwrt-mtk
git checkout openwrt-25.12
bash ../mtk-openwrt-feeds/autobuild/unified/autobuild.sh filogic prepare bootloader=1
git add .
git commit -m "Convert upstream workspace to MediaTek SDK"

then run make menuconfig and select device you want (r4pro and r4mini are at the end of target list).

And i had to set gcc11 and g++11 as compiler (ubuntu 26 has a mote recent as default).