mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
048a5088c515f737fecfd797807c9dfa6302fc0f
Update from 4.0.1 to 4.10.1. Notable changes across releases: - 4.10.1: switch to cProfile (profile module deprecated in Python 3.15); fix Literal membership tests and sequence type handling - 4.10.0: fix MSVC initialization delays in GitHub Actions; fix variant directory components in CompilationDatabase; improve Ninja quoting - 4.9.0: drop Python 3.6 support; add comprehensive type hints for Node classes; add clang/clang++ to default tool search order; support binary and octal integer constants in C preprocessor - 4.8.0: replace black/flake8 with ruff; add MSVC_TOOLSET_VERSION, MSVC_SDK_VERSION, MSVC_SPECTRE_LIBS construction variables - 4.7.0: make NewParallel scheduler the default; CacheDir writes execute in parallel outside taskmaster critical section; add Python 3.13 support - 4.6.0: add Visual Studio 2026 and ARM64 host configuration support; enhanced type hints throughout Environment and Node classes - 4.5.0: add ValidateOptions(); refactor Taskmaster into a package; migrate to Python's logging module; extend ninja tool with daemon support - 4.4.0: add MSVC_USE_SETTINGS and multiple MSVC configuration variables; implement global policy settings for MSVC version handling - 4.3.0: add SConsEnvironmentError exception; improved MSVC detection; Python 3.12 compatibility fixes - 4.2.0: Performance improvements in Node processing; improved MSVC support for VS 2022; better parallel build handling Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
…
…
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.
Languages
Makefile
51.3%
Shell
33.6%
C
7.5%
UnrealScript
2.9%
C++
1.7%
Other
2.8%