An opensource OpenWrt variant for mainland China users.
Go to file
2019-05-23 21:43:38 +08:00
config reduce Dommy DW33D kernel size by 10KB again and again and again and again 2019-04-15 15:49:08 +08:00
include Love & Peace 2019-05-16 08:52:22 -07:00
package add ssr-plus 2019-05-23 21:10:57 +08:00
scripts build: switch default target from ar71xx to x86 2019-04-21 01:24:29 +08:00
target modified: target/linux/sunxi/base-files/lib/firmware/brcm/brcmfmac43430-sdio.txt 2019-05-23 21:43:38 +08:00
toolchain Merge branch master of https://github.com/coolsnowwolf/lede 2019-01-03 19:29:28 +08:00
tools fix vhdx and kvm qcow2 support 2019-01-03 21:06:34 +08:00
.gitattributes Merge branch 'master' of https://github.com/lede-project/source 2017-09-12 01:07:20 +08:00
.gitignore kernel: tune e1000e module parameters 2017-12-19 13:03:45 +08:00
BSDmakefile update source 2017-09-06 19:19:45 +08:00
Config.in merge: change branding for LEDE to OpenWrt 2017-12-12 16:57:14 +08:00
feeds.conf.default adjust feeds default 2018-10-19 12:56:04 +08:00
LICENSE update source 2017-09-06 19:19:45 +08:00
Makefile Merge branch master of https://github.com/coolsnowwolf/lede 2019-01-03 19:29:28 +08:00
README update README 2019-04-15 14:13:14 +08:00
README.md fix errors 2019-05-23 21:12:56 +08:00
rules.mk Merge branch master of https://github.com/coolsnowwolf/lede 2019-01-03 19:29:28 +08:00

A OpenWRT firmware based on Lean's source

Origin source: coolsnowwolf/lede

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

TIPS

You'd better not use root to make it, or you may be not able to use it.

Default username is root and password is password, login address: 192.168.1.1

License

GPL v3
Origin source: coolsnowwolf/lede