Skip to content

Releases: zekica/openwrt-cudy-p2

OpenWrt v25.12.5 Cudy P2 with sprd-pcie

Choose a tag to compare

@zekica zekica released this 02 Jul 14:57

This is a build of OpenWrt for Cudy P2 v1 with sprd-pcie included.

This build is binary compatible with official OpenWrt packages including all kernel modules.

To install, you can use Cudy's intermediate firmware from this comment on the upstream pull request: openwrt#23721 (comment)

Commands used to build this release:

git clone https://github.com/openwrt/openwrt.git
cd openwrt
git checkout v25.12.5
echo "src-git sprdpcie https://github.com/zekica/openwrt-sprd-pcie" >> feeds.conf.default
curl https://github.com/openwrt/openwrt/commit/6f7a1d3ee8a8ccc632a6939c79262ef15419f37f.patch | patch -p1
curl https://downloads.openwrt.org/releases/25.12.4/targets/mediatek/filogic/config.buildinfo -O .config
# menuconfig to disable all other targets, enable P2 and enable kmod-sprd-pcie
make -j`nproc` download world

OpenWrt v25.12.4 Cudy P2 with sprd-pcie

Choose a tag to compare

@zekica zekica released this 20 Jun 18:25

This is a build of OpenWrt for Cudy P2 v1 with sprd-pcie included.

This build is binary compatible with official OpenWrt packages including all kernel modules.

To install, you can use Cudy's intermediate firmware from this comment on the upstream pull request: openwrt#23721 (comment)

Commands used to build this release:

git clone https://github.com/openwrt/openwrt.git
cd openwrt
git checkout v25.12.4
echo "src-git sprdpcie https://github.com/zekica/openwrt-sprd-pcie" >> feeds.conf.default
curl https://github.com/openwrt/openwrt/commit/6f7a1d3ee8a8ccc632a6939c79262ef15419f37f.patch | patch -p1
curl https://downloads.openwrt.org/releases/25.12.4/targets/mediatek/filogic/config.buildinfo -O .config
# menuconfig to disable all other targets, enable P2 and enable kmod-sprd-pcie
make -j`nproc` download world