Go to file
Daniel Golle d0cd9f198d
Merge pull request #6124 from wigyori/for-15.05-freeradius2
CC: freeradius2: bump to 2.2.10
2018-06-15 16:02:27 +02:00
admin zabbix: add missing dependency on libiconv ($(ICONV_DEPENDS)) 2016-03-23 12:43:52 +00:00
devel lttng-modules: fix build on recent kernels 2015-04-02 17:02:11 +02:00
ipv6 aiccu: fix requiretls option handling 2015-03-02 21:43:53 +01:00
kernel/exfat-nofuse exfat-nofuse: Depend on BUILD_PATENTED 2015-04-28 18:15:52 +01:00
lang Merge pull request #6120 from wigyori/for-15.05-perl 2018-05-29 19:00:15 -06:00
libs Merge pull request #6126 from wigyori/for-15.05-pcre_nginx 2018-05-25 13:52:53 +02:00
mail fdm: update download URL 2017-11-07 23:27:46 +01:00
multimedia Merge pull request #5102 from wigyori/for-15.05-xupnpd 2018-01-29 09:19:18 +01:00
net Merge pull request #6124 from wigyori/for-15.05-freeradius2 2018-06-15 16:02:27 +02:00
sound Merge pull request #5094 from wigyori/for-15.05-pianod 2017-11-13 07:20:47 +01:00
utils Merge pull request #5151 from wigyori/for-15.05-bluez 2018-01-29 09:10:29 +01:00
CONTRIBUTING.md CONTRIBUTING.md: Add advice about pull requests 2015-12-15 17:38:35 +02:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README.md README: Add clarification of this repository's relation to OpenWrt buildroot 2015-04-23 15:43:11 -04:00

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.