Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Matthias Schiffer bc65f629d6
libtool-bin: don't rely on STAGING_DIR_HOST
We can just set GREP and SED in the configure command instead of fixing up
the paths using sed afterwards. This makes the build more robust (and we're
currently preparing a change of the host staging dirs in LEDE that might
break this otherwise).

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-10-16 17:44:48 +02:00
.github
admin Netdata: update to v. 1.4.0 2016-10-10 12:46:03 +03:00
devel libtool-bin: don't rely on STAGING_DIR_HOST 2016-10-16 17:44:48 +02:00
ipv6
kernel exfat-nofuse: update to snapshot 2016-09-26 2016-09-27 15:52:57 +02:00
lang Merge pull request #3303 from karlp/pulls/lua-kepler-urls 2016-10-15 13:18:15 +03:00
libs opencv: install missing pkgconfig file in staging folder 2016-10-12 14:09:46 +02:00
mail emailrelay: added configuration options 2016-10-04 12:23:17 +02:00
multimedia ffmpeg: Build without altivec on powerpc hfp platforms 2016-10-11 13:39:41 -04:00
net Merge pull request #2701 from cshore/pull-request-rp-pppoe 2016-10-14 13:08:35 +03:00
sound mpd: Update to 0.19.19, update config options 2016-10-07 09:31:01 -04:00
utils ttyd: update to 1.1.0 2016-10-15 23:46:52 +08: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.