Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
David Yang 86106ecb80 i2pd: Move DATADIR to /var/lib/i2pd, fix #5693
Original author: dartraiden <wowemuh@gmail.com>

Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-07-03 18:51:45 +08:00
.github github: adapt templates 2018-01-27 11:24:43 +08:00
.keys build: move gpg keys into .keys directory 2018-04-30 13:14:25 -07:00
admin ipmitool: add openssl 1.1.0 compatibility 2018-06-05 03:57:01 +02:00
devel gcc: enable compilation with gcc 7.x 2018-05-23 14:21:20 -03:00
fonts/dejavu-fonts-ttf
ipv6/tayga
kernel exfat-nofuse: set Yousong Zhou as the current maintainer 2018-01-25 09:36:20 +08:00
lang node: bump to 8.11.3 2018-07-03 10:32:43 +08:00
libs treewide: fix missing/wrong MIRROR_HASH for sources from github 2018-07-02 10:40:47 +08:00
mail dovecot: explicitly disable use of sodium 2018-06-16 18:03:39 -04:00
multimedia treewide: fix missing/wrong MIRROR_HASH for sources from github 2018-07-02 10:40:47 +08:00
net i2pd: Move DATADIR to /var/lib/i2pd, fix #5693 2018-07-03 18:51:45 +08:00
sound pulseaudio: enable parallel build 2018-06-22 01:00:33 +02:00
utils vim: disable darwin support 2018-07-02 17:00:44 +02:00
.travis.yml travis: don't need git cloning progress 2018-07-03 10:31:44 +08:00
.travis_do.sh build: move gpg keys into .keys directory 2018-04-30 13:14:25 -07:00
CONTRIBUTING.md
LICENSE
README.md

README.md

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.