• Stars
    star
    146
  • Rank 246,622 (Top 5 %)
  • Language
    C
  • License
    Other
  • Created about 2 years ago
  • Updated 10 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This source code builds openwrt for Rockchip Soc from upstream source code https://github.com/coolsnowwolf/lede

The source code is suitable for Rockchip OpenWrt SDK

Only supported devices:

embedfire_doornet1
embedfire_doornet2
embedfire_lubancat1
embedfire_lubancat1n
embedfire_lubancat2
embedfire_lubancat2n
friendlyarm_nanopi-r2c
friendlyarm_nanopi-r2s
friendlyarm_nanopi-r4s
friendlyarm_nanopi-r4se
friendlyarm_nanopi-r5s
friendlyarm_nanopi-r5c
hinlink_opc-h66k
hinlink_opc-h68k
hinlink_opc-h69k

Next plan to add equipment:

friendlyarm_nanopi-r6c
friendlyarm_nanopi-r6s
friendlyarm_nanopc-t6
hinlink_h88k

How to compile the OpenWrt firmware you need

Notice:

  1. NOT compile with root user! ! !

  2. Domestic users had better prepare a ladder before compiling

  3. Default login IP 192.168.1.1 password password

  4. Install compilation dependencies

    sudo apt update -y
    sudo apt install -y ack antlr3 asciidoc autoconf automake autopoint binutils bison build-essential \
    bzip2 ccache cmake cpio curl device-tree-compiler fastjar flex gawk gettext gcc-multilib g++-multilib \
    git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libglib2.0-dev libgmp3-dev libltdl-dev vpnc \
    libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libreadline-dev libssl-dev libtool lrzsz aria2 lib32gcc-s1 \
    mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pip libpython3-dev qemu-utils \
    rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip vim wget xmlto xxd zlib1g-dev libfuse-dev
  5. Download source code, update feeds and choose configuration

    git clone https://github.com/DHDAXCW/lede-rockchip
    cd lede-rockchip
    ./scripts/feeds update -a
    ./scripts/feeds install -a
    make menuconfig
  6. make -j8 download V=s download dl library

  7. Enter make -j10 V=s (-j1 is followed by the number of threads. It is recommended to use single thread for the first compilation) to start compiling the firmware you want.

This set of code is guaranteed to compile successfully. It includes all source codes of R21, including IPK.

Second compilation:

cd lede
git pull
./scripts/feeds update -a && ./scripts/feeds install -a
make defconfig
make -j8 download
make -j$(($(nproc) + 1)) V=s

If reconfiguration is required:

rm -rf ./tmp && rm -rf .config
make menuconfig
make -j$(($(nproc) + 1)) V=s

More Repositories

1

NanoPi-R4S-R4SE

基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。
Makefile
1,214
star
2

NanoPi-R2S-rk3328

基于lede-rockchip 源码建构 NanoPi R2S 的 OpenWrt 固件。
Shell
722
star
3

OpenWRT_x86_x64

基于 lede 源码建构 x86 的 OpenWrt 固件。
Makefile
676
star
4

NanoPi-R5S-R5C

Makefile
164
star
5

NanoPi-R2C-Plus

基于lean和immortalwrt编译第三方固件,每天自动更新插件和内核,Fusion编译法
Shell
104
star
6

DoorNet-1-2

基于 Lean&Lienol 源码的 DoorNet2 的 OpenWrt 固件。
Shell
42
star
7

DoorNet_Series

基于 Lean&Lienol 源码的 DoorNet1 的 OpenWrt 固件。
Shell
39
star
8

LubanCat-LEDE

基于lede-rockchip 源码建构野火系列卡板设备 的 OpenWrt 固件。
Makefile
15
star
9

hinlink-opc-h6xk

基于lede-rockchip 源码建构 Hinlink卡板设备的 OpenWrt 固件。
Shell
13
star
10

rk-lede-kernel-6.1

Shell
11
star
11

Photonicat-OpenWrt

bag?
7
star
12

DHDAXCW

7
star
13

rk3588-hinlink-h88k

这是建构rk3588-Ubuntu的仓库
6
star
14

script

啊这。。。
C
5
star
15

rk3588-lede

Shell
4
star
16

theme

CSS
4
star
17

Station_P2-M2

Shell
4
star
18

adguard-home

AdGuard Home 是一款全网广告拦截与反跟踪软件。在您将其安装完毕后,它将保护您所有家用设备,同时您不再需要安装任何客户端软件。随着物联网与连接设备的兴起,掌控您自己的整个网络环境变得越来越重要。
4
star
19

ubuntu20.04-rootfs

Shell
3
star
20

sataion-p2-lede

Shell
2
star
21

debian-rootfs

Shell
1
star
22

Rk3588-Docker

rk3588 kernel开启docler需要依赖配置
1
star
23

ubuntu-rockchip

Ubuntu 22.04 LTS for Rockchip RK3588 devices
Shell
1
star
24

x86-6.1

N5105 N6000别刷了,这是给酷睿用的
Shell
1
star
25

rockchip-rootfs-firmware

用于瑞芯微几个驱动,反正 额 凑合着吧
1
star
26

OpenWrt_RockChip

基于 lede-rockchip 源码建构 rockchip 的 OpenWrt 固件。
1
star