mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
c62a85e847522f6e74512bc29100910371c0d23e
- Python3-pysocks was removed as it was not maintained in commit95fe4bf332("python-pysocks: remove outdated and not maintained package") - Python3-unidecode was removed in commit09951a9cfd("python-unidecode: drop unmaintained package"), because there is no official support for Python 3.12 and it is still using setup.py, which is deprecated. Fixes: ``` WARNING: Makefile 'package/feeds/packages/onionshare-cli/Makefile' has a dependency on 'python3-pysocks', which does not exist WARNING: Makefile 'package/feeds/packages/onionshare-cli/Makefile' has a dependency on 'python3-unidecode', which does not exist ``` Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
…
…
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%