From 1774e6e9a330851a7c6768c2b69f8914a3e70366 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 6 Feb 2021 16:58:12 +0800 Subject: [PATCH] Project ImmortalWrt: update feed url Signed-off-by: CN_SZTL --- README.md | 12 ++++++------ feeds.conf.default | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3d89cd032e..551b1e9130 100644 --- a/README.md +++ b/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.
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). diff --git a/feeds.conf.default b/feeds.conf.default index 1c8db6e39f..61f6e843b7 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -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