• R/O
  • HTTP
  • SSH
  • HTTPS

immortalwrt: レポジトリ概要

Mirror only - Please move to https://github.com/immortalwrt/immortalwrt


最近のコミット RSS

Rev. 日時 作者 メッセージ
a3bf13d 2023-03-21 17:16:22 Tianling Shen master kernel: enable KERNEL_BPF_EVENTS by default Signed-off-b...
ba13de0 2023-03-19 23:36:18 arimitx firewall4: refresh fullcone nat patch
73774f5 2023-03-19 18:58:46 Tianling Shen Merge Official Source Signed-off-by: Tianling Shen <cnsz...
19bc0c3 2023-03-19 13:05:28 arimitx firewall4: restrict fullcone nat with masquerade
be533b0 2023-03-18 22:22:15 Tianling Shen netifd: fix auto-negotiate for out-of-tree ethernet drive...
8b3f4cd 2023-03-18 22:21:36 Tianling Shen Revert "r8125: bump to 9.011.00-1" This reverts commit a...
4bfbecb 2023-03-18 20:47:48 Christian Marangi ipq40xx: mf18a: rename wifi0 calibration variant to ZTE-M...
2e72ee1 2023-03-18 20:46:33 Christian Marangi ipq-wifi: bump to latest git HEAD 86180c4 ath10k-firmwar...
880b481 2023-03-18 20:06:13 Christian Marangi ipq-wifi: bump to latest git HEAD 1f35a8c ath10k-firmwar...
13fefc5 2023-03-18 20:03:50 Christian Marangi ipq40xx: rutx10: Add missing variant to ath10k wifi Add ...

最近変更されたタグ

名前 Rev. 日時 作者
v21.02.4 b00741e 2023-02-14 06:59:10 Tianling Shen
v21.02.3 6fe3cd3 2022-10-22 22:48:34 Tianling Shen
v21.02.2 53f2992 2022-10-18 14:53:43 Tianling Shen
v21.02.1 fb55697 2022-07-09 11:47:07 Tianling Shen
v21.02.0 57dfa29 2022-04-22 08:11:47 Tianling Shen

ブランチ

名前 Rev. 日時 作者 メッセージ
master a3bf13d 2023-03-21 17:16:22 Tianling Shen kernel: enable KERNEL_BPF_E...
openwrt-21.02 da9ffd2 2023-03-16 16:58:57 Mathias Kresin lantiq: ltq-tapi: add kerne...
openwrt-18.06-k5.4 8b50c1d 2023-03-09 09:52:47 Tianling Shen Merge Mainline Signed-off-...
openwrt-18.06 f7bc84b 2023-03-09 09:51:59 Tianling Shen default-settings-chn: switc...

README.md

logo

Project ImmortalWrt

ImmortalWrt is a fork of OpenWrt, with more packages ported, more devices supported, better performance, and special optimizations for mainland China users.
Compared the official one, we allow to use hacks or non-upstreamable patches / modifications to achieve our purpose. Source from anywhere.

Default login address: http://192.168.1.1 or http://immortalwrt.lan, username: root, password: none.

Download

Built firmware images are available for many architectures and come with a package selection to be used as WiFi home router. To quickly find a factory image usable to migrate from a vendor stock firmware to ImmortalWrt, try the Firmware Selector.

If your device is supported, please follow the Info link to see install instructions or consult the support resources listed below.

Development

To build your own firmware you need a GNU/Linux, BSD or MacOSX system (case sensitive filesystem required). Cygwin is unsupported because of the lack of a case sensitive file system.

### Requirements To build with this project, Ubuntu 20.04 LTS is preferred. And you need use the CPU based on AMD64 architecture, with at least 4GB RAM and 25 GB available disk space. Make sure the Internet is accessible.

The following tools are needed to compile ImmortalWrt, the package names vary between distributions.

  • Here is an example for Ubuntu users:

    • Method 1: Setup dependencies via 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 libncurses5-dev libncursesw5 \
        libncursesw5-dev libpython3-dev libreadline-dev libssl-dev libtool lld llvm lrzsz mkisofs msmtp \
        nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pip python3-ply \
        python-docutils python3-pyelftools qemu-utils re2c rsync scons squashfs-tools subversion swig \
        texinfo uglifyjs upx-ucl unzip vim wget xmlto xxd zlib1g-dev
      

    • Method 2: bash sudo bash -c 'bash <(curl -s https://build-scripts.immortalwrt.eu.org/init_build_environment.sh)'

    Note:

  • For the for love of god please do not use ROOT user to build your image.
  • Using CPUs based on other architectures should be fine to compile ImmortalWrt, but more hacks are needed - No warranty at all.
  • You must not have spaces in PATH or in the work folders on the drive.
  • If you're using Windows Subsystem for Linux (or WSL), removing Windows folders from PATH is required, please see Build system setup WSL documentation.
  • Using macOS as the host build OS is not recommended. No warranty at all. You can get tips from Build system setup macOS documentation.
  • For more details, please see Build system setup documentation.

    Quickstart

  1. Run git clone -b <branch> --single-branch https://github.com/immortalwrt/immortalwrt to clone the source code.
  2. Run cd immortalwrt to enter source directory.
  3. Run ./scripts/feeds update -a to obtain all the latest package definitions defined in feeds.conf / feeds.conf.default
  4. Run ./scripts/feeds install -a to install symlinks for all obtained packages into package/feeds/
  5. Run make menuconfig to select your preferred configuration for the toolchain, target system & firmware packages.
  6. Run make to build your firmware. This will download all sources, build the cross-compile toolchain and then cross-compile the GNU/Linux kernel & all chosen applications for your target system.

    Related Repositories

    The main repository uses multiple sub-repositories to manage packages of different categories. All packages are installed via the ImmortalWrt package manager called opkg. If you're looking to develop the web interface or port packages to ImmortalWrt, please find the fitting repository below.

- LuCI Web Interface: Modern and modular interface to control the device via a web browser. - ImmortalWrt Packages: Community repository of ported packages. - OpenWrt Routing: Packages specifically focused on (mesh) routing. - OpenWrt Video: Packages specifically focused on display servers and clients (Xorg and Wayland).

Support Information

For a list of supported devices see the OpenWrt Hardware Database ### Documentation - Quick Start Guide - User Guide - Developer Documentation - Technical Reference

### Support Community - Support Chat: group @ctcgfw_openwrt_discuss on Telegram. - Support Chat: group #immortalwrt on Matrix.

License

ImmortalWrt is licensed under GPL-2.0-only.

Acknowledgements

Dler Cloud JetBrains Black Box Logo logo OSDN
旧リポジトリブラウザで表示