build openwrt in container
2.0K
Build openwrt in container.
.dockerignore file to openwrt project root.docker run --rm -it --platform linux/amd64 -v ./:/workspace adoyle/openwrt-build-env bashHTTP_PROXY HTTPS_PROXY ALL_PROXY environment variables in shell../scripts/feeds update -a./scripts/feeds install -amake menuconfigmake or make -j$(nproc) V=scmake. Otherwise, fakeroot will get connection reset failed.Before opening new Issue/Discussion/PR and posting any comments, please read Contributing Guidelines.
Copyright 2024 ADoyle ([email protected]). Some Rights Reserved. The project is licensed under the Apache License Version 2.0.
Content type
Image
Digest
sha256:edfe98c90…
Size
1.3 GB
Last updated
over 2 years ago
docker pull adoyle/openwrt-build-env