diff --git a/README.md b/README.md index edaa95394b..02d30b0248 100644 --- a/README.md +++ b/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.
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). diff --git a/feeds.conf.default b/feeds.conf.default index 40511a8016..b3384a73a7 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -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