Support for new Archer c5 v4

Of course you can, but it would be better if you compiled a stable version, e.g. 23.05.2

For your convenience, I have attached a working compilation script:

#!/bin/sh
rm -f -r openwrt
git clone https://git.openwrt.org/openwrt/openwrt.git
cd openwrt
git pull
git branch -a
git checkout v23.05.2
./scripts/feeds update -a
./scripts/feeds install -a
wget https://patch-diff.githubusercontent.com/raw/openwrt/openwrt/pull/4327.patch
git apply 4327.patch -v
wget https://github.com/namiltd/openwrt/commit/f5ed6c2e5ca18ffc48d39226f6e9a5d44a940098.patch
git apply f5ed6c2e5ca18ffc48d39226f6e9a5d44a940098.patch -v
wget https://github.com/namiltd/openwrt/commit/12ee84e361860cb59f151b14c4aa5c29b1500321.patch
git apply 12ee84e361860cb59f151b14c4aa5c29b1500321.patch -v
make defconfig
make menuconfig
make -j$(nproc) download
make -j$(nproc) V=s
cd ..

Target System -> Mediatek Ralink Mips
Subtarget->MT7620 Based Boards
Target Profile ->TP-Llink Archer C5 v4
Luci->Collections->luci *

1 Like