A OpenWRT firmware based on Lean's source
Welcome to my Telegram Group: @openwrt_discuss.
Tips
You'd better not use root to make it, or you may be not able to use.
Default username is root and password is password, login address: 192.168.1.1.
How to make it
OS require
Ubuntu 14.04 LTS x86_64 (16.04 LTS is OK)
At least 2G RAM & 2 CPU Cores
At least 25G HDD
Install the necessary software
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
git clone https://github.com/shell-script/lede && cd lede
./scripts/feeds update -a && ./scripts/feeds install -a
Configure your firmware
make menuconfig
Make it
make -j1 V=s
Origin source
Based on: coolsnowwolf/lede.
luci-app-koolproxy source: openwrt-develop/luci-app-koolproxy.
luci-app-udp2raw source: sensec/luci-app-udp2raw.
luci-app-haproxy source: AlexZhuo/luci-app-haproxy-tcp.
luci-app-udpspeederv2 source: haodong/luci-app-speederv2.
License
GPL v3.
Description
Languages
C
61.6%
Makefile
18.9%
Shell
6.8%
Roff
6.6%
Perl
2.4%
Other
3.5%