Project ImmortalWrt: update feed urls
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
This commit is contained in:
parent
430f572960
commit
46f3481d47
12
README.md
12
README.md
@ -1,5 +1,5 @@
|
||||
# PROJECT OPENWRT
|
||||
## The Source Code of OpenWrt-Lean 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 openwrt-18.06 --single-branch https://github.com/project-openwrt/openwrt && cd openwrt
|
||||
git clone -b openwrt-18.06 --single-branch https://github.com/immortalwrt/immortalwrt && cd openwrt
|
||||
./scripts/feeds update -a && ./scripts/feeds install -a
|
||||
```
|
||||
#### For developer, you may use `openwrt-18.06-dev` branch instead of `openwrt-18.06`.
|
||||
@ -36,7 +36,7 @@ make menuconfig
|
||||
|
||||
## Make it
|
||||
```bash
|
||||
make -j1 V=s
|
||||
make -j$(nproc) V=s
|
||||
```
|
||||
|
||||
## Tips
|
||||
@ -44,7 +44,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/openwrt-18.06/CONTRIBUTED.md).
|
||||
### See [CONTRIBUTED.md](https://github.com/immortalwrt/immortalwrt/blob/openwrt-18.06/CONTRIBUTED.md).
|
||||
|
||||
# License
|
||||
### [GNU General Public License v3.0](https://github.com/project-openwrt/openwrt/blob/openwrt-18.06/LICENSE).
|
||||
### [GNU General Public License v3.0](https://github.com/immortalwrt/immortalwrt/blob/openwrt-18.06/LICENSE).
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
src-git packages https://github.com/project-openwrt/packages.git;openwrt-18.06
|
||||
src-git luci https://github.com/project-openwrt/luci.git;openwrt-18.06
|
||||
src-git packages https://github.com/immortalwrt/packages.git;openwrt-18.06
|
||||
src-git luci https://github.com/immortalwrt/luci.git;openwrt-18.06
|
||||
src-git routing https://github.com/openwrt-routing/packages.git
|
||||
src-git telephony https://github.com/openwrt/telephony.git
|
||||
|
||||
Loading…
Reference in New Issue
Block a user