User Tools

Site Tools


Translations of this page:

en:bpi-r2:openwrt

openwrt

cloning repo

git clone https://www.github.com/frank-w/openwrt
cd openwrt

installing depencies:

./scripts/feeds update -a
./scripts/feeds install -a

configuration:

make menuconfig
=> Target System (MediaTek Ralink ARM)
=> Subtarget (MT7623)
=> Target Profile (Bpi Banana Pi R2) 
=> Target Images
   => tar.gz

edit Makefile to change Kernel from 4.19 to 5.4 (already done in my repo)

nano target/linux/mediatek/Makefile
=> KERNEL_PATCHVER:=5.4
make -j8 kernel_menuconfig
en/bpi-r2/openwrt.txt · Last modified: 2023/06/08 17:06 by 127.0.0.1