Skip to content

Latest commit

 

History

History
23 lines (9 loc) · 296 Bytes

README.md

File metadata and controls

23 lines (9 loc) · 296 Bytes

docker-lede-builder

build openwrt and lede

docker run --rm -it -v $(pwd)/data/docker:/home/build lll9p/docker-lede-builder

git clone https://github.com/coolsnowwolf/lede

./scripts/feeds update -a && ./scripts/feeds install -a

make defconfig

make menuconfig

make download

make V=s