mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 19:10:30 +04:00
5f957ab5d34560dcd5e04473f8086432dc00052c
Changelog since 80.9.0: - v81.0.0: Remove --dry-run parameter from setup.py - v82.0.0: Remove pkg_resources module (deprecated since 67.5.0); users should migrate to importlib.resources / importlib.metadata - v82.0.1: Fix loading of launcher manifest.xml file; documentation improvements for installing source distributions Since pkg_resources has been removed in v82.0.0, drop the python3-pkg-resources sub-package and remove it as a dependency from python3-setuptools. Full changelog: https://github.com/pypa/setuptools/releases 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%
Shell
33.8%
C
7.5%
UnrealScript
3%
C++
1.7%
Other
2.8%