mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
Project ImmortalWrt: update feed url
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
This commit is contained in:
parent
23e1be48cb
commit
1774e6e9a3
12
README.md
12
README.md
@ -1,5 +1,5 @@
|
||||
# PROJECT OPENWRT
|
||||
## The Source Code of OpenWrt-Snapshot Modified by CTCGFW
|
||||
# PROJECT IMMORTALWRT
|
||||
## The Core Source Code of ImmortalWrt
|
||||
### Welcome to our Telegram Group: [@ctcgfw\_openwrt\_discuss](https://t.me/ctcgfw_openwrt_discuss).
|
||||
- - -
|
||||
|
||||
@ -24,7 +24,7 @@ sudo bash -c "bash <(curl -s https://build-scripts.project-openwrt.eu.org/init_b
|
||||
|
||||
## Clone the source
|
||||
```bash
|
||||
git clone -b master --single-branch https://github.com/project-openwrt/openwrt && cd openwrt
|
||||
git clone -b master --single-branch https://github.com/immortalwrt/immortalwrt && cd immortalwrt
|
||||
./scripts/feeds update -a && ./scripts/feeds install -a
|
||||
```
|
||||
|
||||
@ -35,7 +35,7 @@ make menuconfig
|
||||
|
||||
## Make it
|
||||
```bash
|
||||
make -j1 V=s
|
||||
make -j$(nproc) V=s
|
||||
```
|
||||
|
||||
## Tips
|
||||
@ -43,7 +43,7 @@ You'd better not use **root** to make it, or you may be not able to use.<br/>
|
||||
Default login address: 192.168.1.1, username is **root** and password is **password**.
|
||||
|
||||
# Contributed
|
||||
### See [CONTRIBUTED.md](https://github.com/project-openwrt/openwrt/blob/master/CONTRIBUTED.md).
|
||||
### See [CONTRIBUTED.md](https://github.com/immortalwrt/immortalwrt/blob/master/CONTRIBUTED.md).
|
||||
|
||||
# License
|
||||
### [GNU General Public License v3.0](https://github.com/project-openwrt/openwrt/blob/master/LICENSE).
|
||||
### [GNU General Public License v3.0](https://github.com/immortalwrt/immortalwrt/blob/master/LICENSE).
|
||||
|
@ -1,5 +1,5 @@
|
||||
src-git packages https://github.com/project-openwrt/packages.git
|
||||
src-git luci https://github.com/project-openwrt/luci.git
|
||||
src-git packages https://github.com/immortalwrt/packages.git
|
||||
src-git luci https://github.com/immortalwrt/luci.git
|
||||
src-git routing https://github.com/openwrt-routing/packages.git
|
||||
src-git telephony https://github.com/openwrt/telephony.git
|
||||
src-git freifunk https://github.com/freifunk/openwrt-packages.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user