update prepare env script

This commit is contained in:
2026-05-31 03:16:12 +00:00
parent b672fc8f8d
commit 759a0da17c
2 changed files with 53 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ This repository contains shell scripts that streamline preparing, configuring, a
## Whats included
- prepare-openwrt-env.sh
- Installs required build dependencies via apt on Ubuntu 22.04/24.04 and Debian 12/13+.
- Installs required build dependencies via apt on Ubuntu 22.04/24.04/26.04 and Debian 12/13+.
- Handles x86_64 and ARM64 differences (Python/distutils, multilib notes, Go on ARM64).
- prepare-openwrt.sh
- Clones or updates the OpenWrt source repo.
@@ -29,7 +29,7 @@ This repository contains shell scripts that streamline preparing, configuring, a
- Fixes MAX macro naming collisions in multiple DAHDI modules for OpenWrt 24.10.4 builds.
## System requirements
- OS: Ubuntu 22.04/24.04 or Debian 12/13+ (others may work with adjustments)
- OS: Ubuntu 22.04/24.04/26.04 or Debian 12/13+ (others may work with adjustments)
- Architectures: x86_64/amd64 and aarch64/arm64
- Tools: git, wget, curl, bash
- Internet access for feeds and package downloads