1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-26 09:37:44 +02:00
Go to file
Josef Schlehofer 267796c316
Werkzeug: Update to version 0.16.0
- Remove PKG_BUILD_DEPENDS as it is no longer necessary.
- The Python3 is already included in DEPENDS.
- Remove PKG_BUILD_DIR and PKG_UNPACK was for dual Python version.
- Change TITLE and description
- Add source package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-01 00:15:35 +02:00
.circleci circleci: provide prereq output in the build log 2019-08-13 16:21:09 +02:00
.github repo: Add more information to the issue template 2019-04-07 20:18:55 +00:00
.keys
admin netdata: Update to version 1.17.1 2019-09-26 18:41:58 +02:00
devel treewide: add PKG_CPE_ID for better cvescanner coverage 2019-09-17 12:40:26 +02:00
fonts/dejavu-fonts-ttf
ipv6/tayga
kernel exfat-nofuse: drop BUILD_PATENTED 2019-09-01 10:01:39 +08:00
lang Werkzeug: Update to version 0.16.0 2019-10-01 00:15:35 +02:00
libs protobuf-c: Add pkgconfig file for CMake 2019-09-29 18:49:36 -07:00
mail pigeonhole: update to 0.5.7.2 2019-09-22 19:16:31 -04:00
multimedia youtube-dl: Update to version 2019.9.28 2019-09-28 23:07:14 +02:00
net Merge pull request #10102 from mister-benjamin/feature/etherwake-nfqueue 2019-09-30 13:10:58 -07:00
sound pulseaudio: Backport upstream patch 2019-09-18 20:11:52 +02:00
utils dump1090: update to 3.7.2 2019-09-27 18:40:10 +08:00
.travis_do.sh
.travis.yml
CONTRIBUTING.md CONTRIBUTING.md: update Identifier for Licenses 2019-04-18 12:07:48 +02:00
LICENSE
README.md README.md - update links to current docs pages 2018-08-31 15:08:17 -04:00

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.