Community maintained packages for difos.
Find a file
Alexandru Ardelean c8c509bdad python: add patches to disable runtime lib dirs
When cross-compiling, we do not need to add runtime lib dirs.
Also, the cross compilers that are used on OpenWRT do not support
the '-R' option, which causes build failures.

These build failures existed before, but were not noticed,
because it fails only on some setups.
This is because Python's `setup.py` does a lot of voo-doo
automagic that needs handling for some cross-compilation cases.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-08 17:57:26 +02:00
admin sudo: update to version 1.8.12 2015-02-14 22:33:46 +01:00
devel lttng-modules: add dependency on kernel tracing 2015-02-11 11:52:01 +01:00
ipv6 aiccu: fix requiretls option handling 2015-03-02 21:43:53 +01:00
lang python: add patches to disable runtime lib dirs 2015-03-08 17:57:26 +02:00
libs libugpio: import from oldpackages and upgrade to 0.0.6 2015-03-07 00:10:20 +01:00
mail msmtp: prevent use of IDN support on uClibc 2015-03-07 23:28:06 +01:00
multimedia gst1-plugins-ugly: Update to 1.4.5, refresh patches 2015-03-05 14:04:21 -05:00
net udpxy: bump PKG_VERSION in order to fix build issues and refresh patches 2015-03-08 15:09:21 +01:00
sound forked-daapd: update to 22.3 2015-02-22 23:04:17 +01:00
utils pciutils: add libkmod dependency 2015-03-08 15:32:10 +01:00
CONTRIBUTING.md CONTRIBUTING: Add paragraph about the use of PKG_RELEASE tag. 2015-02-04 15:45:08 -05:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README.md README.md: fix OpenWrt name in heading 2014-08-09 08:12:31 +02:00

OpenWrt packages feed

Description

This is the OpenWrt "packages"-feed containing community-maintained packages.

Usage

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.