Sign inSign up

adoyle/openwrt-build-env

By adoyle

•Updated over 2 years ago

build openwrt in container

Image
Developer tools
0

2.0K

adoyle/openwrt-build-env repository overview

⁠openwrt-build-env⁠

Build openwrt in container.

⁠Usage

  1. Clone openwrt⁠ project
  2. Copy .dockerignore⁠ file to openwrt project root.
  3. docker run --rm -it --platform linux/amd64 -v ./:/workspace adoyle/openwrt-build-env bash
  4. For Chinese users, it's recommended to export HTTP_PROXY HTTPS_PROXY ALL_PROXY environment variables in shell.
  5. ./scripts/feeds update -a
  6. ./scripts/feeds install -a
  7. make menuconfig
  8. make or make -j$(nproc) V=sc

⁠Notice

  1. If you are using tmux, DO NOT resize pane while make. Otherwise, fakeroot will get connection reset failed.

⁠Suggestion, Bug Reporting, Contributing

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.

Tag summary

Content type

Image

Digest

sha256:edfe98c90…

Size

1.3 GB

Last updated

over 2 years ago

docker pull adoyle/openwrt-build-env