Go to file
Michael Heimpold 41a9c793c3 libxml2: fix compilation on archlinux and gentoo
Compilation of libxml2 on some distributions is problematic (at least
archlinux) for OpenWrt. This commit fixes the issue. Issue is caused
because configuration for some reason does not find gzopen from zlib.
This patch issues linker to include zlib anyway, if host system doesn't
have this issue, it is not a problem as linker should not link libs
twice anyway.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>

Backported to BB to fix https://dev.openwrt.org/ticket/18295

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-01-10 22:59:30 +01:00
admin zabbix: update to 2.4.3 2014-12-26 20:38:42 +01:00
devel/patch patch: --disable-xattr (v2) 2014-06-30 22:43:30 +02:00
ipv6 aiccu: Fix typo 2014-08-07 08:35:46 +02:00
lang perl: Don't link against libnsl, fix PPC signedness 2014-10-28 18:50:59 +01:00
libs libxml2: fix compilation on archlinux and gentoo 2015-01-10 22:59:30 +01:00
mail/dovecot dovecot: import from packages 2014-06-16 11:54:42 +02:00
multimedia mjpg-streamer: Upgrade to r182-experimental, add patches to remove debug, build additional plugins and minor fixes. 2014-07-29 09:29:55 -04:00
net ocserv: updated to 0.8.9 2015-01-10 21:43:07 +01:00
sound mpd: disable libsoup 2014-09-02 16:02:08 +02:00
utils bash: Update to 4.2.53 2014-10-07 06:26:28 +02:00
CONTRIBUTING.md Update contributing statement 2014-07-29 22:41:34 +02:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README.md Split README in README.md and CONTRIBUTING.md 2014-07-23 00:57:08 +02:00

README.md

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 Run: ./scripts/feeds install -a -p packages

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.