User Tools

Site Tools



en:bpi-r2:openwrt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:bpi-r2:openwrt [2020/03/29 19:01] franken:bpi-r2:openwrt [2023/06/08 17:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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