mips74k-ar71xx-lede-patch icon indicating copy to clipboard operation
mips74k-ar71xx-lede-patch copied to clipboard

Patchset for MIPS74Kc AR71xx For LEDE Project

Custom LEDE Patch For TL-WDR3500/3600/4300/4310/MW4350R (With Working Fast Path)

Dependencies

  • LEDE BuildRoot
  • LEDE BuildRoot Dependencies
  • Java Runtime

How to use

  • Install all the development packages required for LEDE BuildRoot

  • Install Java Runtime

  • Clone the LEDE Repository

    git clone -b lede-17.01 https://github.com/lede-project/source.git lede

Clone this Repository and copy into the LEDE repository

git clone -b lede-17.01 https://github.com/gwlim/mips74k-lede-patch.git temp; mv temp/* lede/; rm -rf temp

Change directory into the LEDE Repository

cd lede

Run the script

./patch_LEDE.sh

Make Menuconfig Default Target is TL-WDR4300v1 (all the packages and config is inside) If you want to enable Fast Path select all the fast path modules in

Kernel Modules > Network Support >

Select

  • kmod-fast-classifier

    make menuconfig

Save and make

make V=s

FAQ

Cannot install packages with Kernel Dependencies?

Use --nodeps in opkg

Where can I download the firmware for my Router?

https://github.com/gwlim/Fast-Path-LEDE-OpenWRT

The binaries in the link above will contain firmware build with this patchset