Go to file
zhao 2195c984c9 更新 bin/ZeroWrt
Signed-off-by: zhao <zhao@noreply.localhost>
2025-05-21 01:11:21 +08:00
Script 更新 Script/leigod/leigod.sh 2025-03-04 20:44:09 +08:00
bin 更新 bin/ZeroWrt 2025-05-21 01:11:21 +08:00
Config 更新 Config/x86_64.config 2025-02-22 17:06:24 +08:00
docker-compose 添加 docker-compose/SunPanel 2025-01-24 01:08:10 +08:00
etc 添加 etc/AdGuardHome-dns.yaml 2025-01-25 11:03:14 +08:00
images 上传文件至 images 2025-05-10 10:36:16 +08:00
Mediatek 添加 Mediatek/CETRON_CT3003.config 2025-03-18 18:25:09 +08:00
OpenWrt 更新 OpenWrt/upload.sh 2025-04-02 01:57:29 +08:00
patch 添加 patch/kernel/rockchip/703-rk3399-enable-dwc3-xhci-usb-trb-quirk.patch 2025-03-11 12:36:10 +08:00
Rely 更新 Rely/ubuntu2204 2025-03-21 18:19:45 +08:00
root 更新 root/.bash_profile 2024-12-25 15:09:38 +08:00
Script/leigod 更新 Script/leigod/leigod.sh 2025-03-04 20:44:09 +08:00
toolchain 更新 toolchain/build.sh 2025-03-26 17:48:52 +08:00
ZeroWrt 更新 ZeroWrt/01-prepare_package.sh 2025-02-14 00:17:37 +08:00
DriverAssitant_v5.1.1.zip 上传文件至 / 2025-05-10 13:23:12 +08:00
IPQ807x.sh 更新 IPQ807x.sh 2025-01-19 17:13:25 +08:00
Mediatek_filogic.sh 更新 Mediatek_filogic.sh 2025-01-19 17:12:58 +08:00
README.md 更新 README.md 2025-01-07 11:39:06 +08:00
RKDevTool_Release_v2.84.zip 上传文件至 / 2025-05-10 10:35:00 +08:00
Rockchip.sh 更新 Rockchip.sh 2025-02-15 16:51:55 +08:00
Smartdns 添加 Smartdns 2025-01-24 17:06:38 +08:00
x86.sh 更新 x86.sh 2025-02-14 00:33:24 +08:00

要求

要构建此项目Debian 11 是首选。并且您需要使用基于 AMD64 架构的 CPU至少 4GB RAM 和 25GB 可用磁盘空间。确保 Internet 可访问。

编译OpenWrt需要以下工具不同发行版的包名称有所不同

  • 以下是 Debian11/Ubuntu22.04 用户的示例:

    • 方法一 :

      通过 APT 设置依赖项
      sudo apt update -y
      sudo apt full-upgrade -y
      sudo apt install -y ack antlr3 asciidoc autoconf automake autopoint binutils bison build-essential bzip2 ccache clang cmake cpio curl device-tree-compiler ecj fastjar flex gawk gettext gcc-multilib g++-multilib git gnutls-dev gperf haveged help2man intltool lib32gcc-s1 libc6-dev-i386 libelf-dev libglib2.0-dev libgmp3-dev libltdl-dev libmpc-dev libmpfr-dev libncurses-dev libpython3-dev libreadline-dev libssl-dev libtool libyaml-dev libz-dev lld llvm lrzsz mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python3 python3-pip python3-ply python3-docutils python3-pyelftools qemu-utils re2c rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip vim wget xmlto xxd zlib1g-dev zstd
      
    • 方法二 :

      sudo bash -c 'bash <(curl -s https://git.kejizero.online/zhao/files/raw/branch/main/Rely/init_build_environment.sh)'
      
  • 以下是 Ubuntu24.04 用户的示例:

    • 方法一 :

      通过 APT 设置依赖项
      sudo rm -rf /etc/apt/sources.list.d
      sudo bash -c "curl -skL https://git.kejizero.online/zhao/files/raw/branch/main/Rely/sources-24.04.list > /etc/apt/sources.list"
      sudo apt-get update
      sudo apt-get install -y build-essential flex bison cmake g++ gawk gcc-multilib g++-multilib gettext git gnutls-dev libfuse-dev libncurses5-dev libssl-dev python3 python3-pip python3-ply python3-pyelftools rsync unzip zlib1g-dev file wget subversion patch upx-ucl autoconf automake curl asciidoc binutils bzip2 lib32gcc-s1 libc6-dev-i386 uglifyjs msmtp texinfo libreadline-dev libglib2.0-dev xmlto libelf-dev libtool autopoint antlr3 gperf ccache swig coreutils haveged scons libpython3-dev rename qemu-utils jq
      
    • 方法二 :

      sudo bash -c 'bash <(curl -s https://git.kejizero.online/zhao/files/raw/branch/main/Rely/init_24.04_build.sh)'