2019-05-23 21:10:57 +08:00
|
|
|
# A OpenWRT firmware based on Lean's source
|
2019-07-07 01:17:57 +08:00
|
|
|
### Welcome to my Telegram Group: [@ctcgfw\_openwrt\_discuss](https://t.me/ctcgfw_openwrt_discuss).
|
2019-05-25 18:57:41 +08:00
|
|
|
|
|
|
|
|
# Tips
|
|
|
|
|
You'd better not use **root** to make it, or you may be not able to use.<br/>
|
|
|
|
|
Default username is **root** and password is **password**, login address: 192.168.1.1.
|
2019-05-23 21:10:57 +08:00
|
|
|
|
|
|
|
|
# How to make it
|
2019-05-24 17:55:07 +08:00
|
|
|
## OS require
|
2019-05-25 17:40:43 +08:00
|
|
|
Ubuntu 14.04 LTS x86\_64 (16.04 LTS is OK)<br>
|
2019-05-24 17:55:07 +08:00
|
|
|
At least 2G RAM & 2 CPU Cores<br>
|
|
|
|
|
At least 25G HDD<br>
|
2019-05-23 21:10:57 +08:00
|
|
|
|
|
|
|
|
## Install the necessary software
|
|
|
|
|
```bash
|
|
|
|
|
sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Clone the source
|
|
|
|
|
```bash
|
2019-07-24 00:31:29 +08:00
|
|
|
git clone https://github.com/project-openwrt/lede && cd lede
|
2019-05-23 21:10:57 +08:00
|
|
|
./scripts/feeds update -a && ./scripts/feeds install -a
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Configure your firmware
|
|
|
|
|
```bash
|
|
|
|
|
make menuconfig
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Make it
|
|
|
|
|
```bash
|
|
|
|
|
make -j1 V=s
|
|
|
|
|
```
|
|
|
|
|
|
2019-05-25 18:57:41 +08:00
|
|
|
# Origin source
|
|
|
|
|
### Based on: [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede).<br/>
|
2019-07-02 18:06:49 +08:00
|
|
|
|
2019-07-02 18:21:04 +08:00
|
|
|
Packages jsda: [jsda/packages2](https://github.com/jsda/packages2).<br/>
|
2019-07-23 02:52:51 +08:00
|
|
|
luci-theme-netgearv2 source: [tracemouse/luci-theme-netgear](https://github.com/tracemouse/luci-theme-netgear).<br/>
|
|
|
|
|
luci-app-serverchan source: [zxlhhyccc/luci-app-serverchan](https://github.com/zxlhhyccc/luci-app-serverchan).<br/>
|
2019-07-27 20:28:28 +08:00
|
|
|
OpenAppFilter source: [destan19/OpenAppFilter](https://github.com/destan19/OpenAppFilter).<br/>
|
2019-07-27 23:00:28 +08:00
|
|
|
luci-app-smartinfo source: [animefansxj/luci-app-smartinfo](https://github.com/animefansxj/luci-app-smartinfo).<br/>
|
2019-07-29 03:08:54 +08:00
|
|
|
luci-app-koolproxy source: [Baozisoftware/luci-app-koolproxy](https://github.com/Baozisoftware/luci-app-koolproxy).<br/>
|
|
|
|
|
luci-app-k3screenctrl source: [Hill-98/luci-app-k3screenctrl](https://github.com/Hill-98/luci-app-k3screenctrl).<br/>
|
2019-07-29 03:11:45 +08:00
|
|
|
luci-app-smstool source: [f8q8/luci-app-smstool-master](https://github.com/f8q8/luci-app-smstool-master).<br/>
|
|
|
|
|
luci-app-airwhu source: [KyleRicardo/luci-app-airwhu](https://github.com/KyleRicardo/luci-app-airwhu).
|
2019-05-23 21:10:57 +08:00
|
|
|
|
|
|
|
|
# License
|
2019-05-25 17:40:43 +08:00
|
|
|
### [GPL v3](https://www.gnu.org/licenses/gpl-3.0.html).
|