From b42acaa4e5c193632538dadd9d32fdcfac66a719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E9=9D=88=E8=AA=9E?= Date: Mon, 25 Sep 2023 16:04:39 +0800 Subject: [PATCH] README: modification of exclusions (#128) this branch does not have pre-compiled firmware, and --filter=blob:none does not apply to this branch. --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6c1ba75c3c..443070c40b 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,6 @@ Default login address: http://192.168.1.1 or http://immortalwrt.lan, username: _ ## About immortalwrt-mt798x - https://cmi.hanwckf.top/p/immortalwrt-mt798x/ -## 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*. - -- [ImmortalWrt Firmware Selector](https://firmware-selector.immortalwrt.org/) - -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.
@@ -56,8 +49,8 @@ To build your own firmware you need a GNU/Linux, BSD or MacOSX system (case sens - For more details, please see [Build system setup](https://openwrt.org/docs/guide-developer/build-system/install-buildsystem) documentation. ### Quickstart - 1. Run `git clone -b --single-branch --filter=blob:none https://github.com/immortalwrt/immortalwrt` to clone the source code. - 2. Run `cd immortalwrt` to enter source directory. + 1. Run `git clone --depth=1 https://github.com/hanwckf/immortalwrt-mt798x.git` to clone the source code. + 2. Run `cd immortalwrt-mt798x` 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.