Go to file
Zoltan Herpai d2a404bf3c
Merge pull request #5094 from wigyori/for-15.05-pianod
CC: fix pianod build
2017-11-13 07:20:47 +01: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 #3524 from luizluca/cc/ruby-update 2016-11-21 16:39:33 +02:00
libs upmpdcli/libupnpp: Update to latest versions, refresh patch 2017-11-08 18:57:01 +01:00
mail bogofilter: postfix script now reads bogofilter_dir from bogofilter conf 2016-09-14 20:40:54 -04:00
multimedia crtmpserver: Disable apple streaming to fix build 2017-11-07 18:08:56 +01:00
net Merge pull request #5098 from wigyori/for-15.05-stunnel 2017-11-12 22:50:48 +01:00
sound Merge pull request #5094 from wigyori/for-15.05-pianod 2017-11-13 07:20:47 +01:00
utils rtklib: fix repository and bump version (fixes #3212) 2017-11-12 09:38:00 +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.