2019-12-14 21:01:32 +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-10-12 17:57:01 +08:00
|
|
|
Ubuntu 18.04 LTS x86\_64 (16.04 LTS is OK)<br/>
|
2019-08-23 01:18:52 +08:00
|
|
|
At least 2G RAM & 2 CPU Cores<br/>
|
|
|
|
|
At least 25G HDD<br/>
|
2019-05-23 21:10:57 +08:00
|
|
|
|
2019-08-13 15:27:49 +08:00
|
|
|
## Install the necessary packages
|
2019-05-23 21:10:57 +08:00
|
|
|
```bash
|
2019-10-20 14:43:55 +08:00
|
|
|
sudo apt-get update -y
|
|
|
|
|
sudo apt-get full-upgrade -y
|
2019-11-17 14:51:16 +08:00
|
|
|
sudo apt-get install -y 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 g++-multilib p7zip p7zip-full msmtp libssl-dev texinfo libreadline-dev libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint ccache curl wget vim nano python python3 python-pip python3-pip python-ply python3-ply haveged lrzsz device-tree-compiler scons
|
2019-05-23 21:10:57 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Clone the source
|
|
|
|
|
```bash
|
2019-08-23 01:18:52 +08:00
|
|
|
git clone https://github.com/project-openwrt/openwrt -b master && cd openwrt
|
2019-05-23 21:10:57 +08:00
|
|
|
./scripts/feeds update -a && ./scripts/feeds install -a
|
|
|
|
|
```
|
2019-10-12 17:57:01 +08:00
|
|
|
For developer, you may use `dev` branch instead of `master`.
|
2019-05-23 21:10:57 +08:00
|
|
|
|
|
|
|
|
## 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-08-04 07:08:57 +08:00
|
|
|
Package 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/>
|
2019-08-17 19:16:41 +08:00
|
|
|
luci-app-serverchan source: [tty228/luci-app-serverchan](https://github.com/tty228/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/>
|
2019-08-02 23:35:30 +08:00
|
|
|
luci-app-airwhu source: [KyleRicardo/luci-app-airwhu](https://github.com/KyleRicardo/luci-app-airwhu).<br/>
|
2019-08-04 07:08:57 +08:00
|
|
|
Package Lienol: [Lienol/openwrt-package](https://github.com/Lienol/openwrt-package).<br/>
|
2019-08-03 02:09:35 +08:00
|
|
|
luci-app-bbr-mod source: [ntlf9t/luci-app-bbr-mod](https://github.com/ntlf9t/luci-app-bbr-mod).<br/>
|
2019-08-04 06:07:51 +08:00
|
|
|
Package Openwrt-BBR: [anshi233/Openwrt-BBR](https://github.com/anshi233/Openwrt-BBR).<br/>
|
2019-08-04 06:20:37 +08:00
|
|
|
simple-obfs source: [aa65535/openwrt-simple-obfs](https://github.com/aa65535/openwrt-simple-obfs).<br/>
|
2019-08-04 07:08:57 +08:00
|
|
|
v2ray-plugin source: [honwen/openwrt-v2ray-plugin](https://github.com/honwen/openwrt-v2ray-plugin).<br/>
|
2019-08-17 15:04:17 +08:00
|
|
|
Package zxlhhyccc: [zxlhhyccc/MY-lede](https://github.com/zxlhhyccc/MY-lede).<br/>
|
2019-08-23 02:53:43 +08:00
|
|
|
luci-theme-argonv3 source: [jerrykuku/luci-theme-argon](https://github.com/jerrykuku/luci-theme-argon).<br/>
|
2019-09-22 12:46:08 +08:00
|
|
|
luci-theme-darkmatter source: [apollo-ng/luci-theme-darkmatter](https://github.com/apollo-ng/luci-theme-darkmatter).<br/>
|
2019-10-06 17:19:27 +08:00
|
|
|
luci-app-koolproxyR source: [Ameykyl/luci-app-koolproxyR](https://github.com/Ameykyl/luci-app-koolproxyR).<br/>
|
2019-11-24 13:08:28 +08:00
|
|
|
openwrt-chinadns-ng source: [pexcn/openwrt-chinadns-ng](https://github.com/pexcn/openwrt-chinadns-ng).<br/>
|
2019-12-14 17:55:47 +08:00
|
|
|
luci-app-ssr-plus-jo source: [Leo-Jo/luci-app-ssr-plus-jo](https://github.com/Leo-Jo/luci-app-ssr-plus-jo).<br/>
|
2019-12-14 17:48:24 +08:00
|
|
|
openwrt-udpspeeder source: [pexcn/openwrt-udpspeeder](https://github.com/pexcn/openwrt-udpspeeder).<br/>
|
2019-12-14 17:53:09 +08:00
|
|
|
luci-app-onliner source: [rufengsuixing/luci-app-onliner](https://github.com/rufengsuixing/luci-app-onliner).<br/>
|
|
|
|
|
luci-app-dockerman source: [lisaac/luci-app-dockerman](https://github.com/lisaac/luci-app-dockerman).<br/>
|
2019-12-14 21:01:32 +08:00
|
|
|
luci-lib-docker source: [lisaac/luci-lib-docker](https://github.com/lisaac/luci-lib-docker).<br/>
|
2019-12-14 17:58:03 +08:00
|
|
|
openwrt-iptvhelper source: [riverscn/openwrt-iptvhelper](https://github.com/riverscn/openwrt-iptvhelper).
|
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).
|