Community maintained packages for difos.
Find a file
Jonas Gorski 1197194832 znc: link to libstdc++ to fix performance issues on channel join
ZNC uses a map to cache channel memebers on join. Unfortunately uclibc++
uses a naive linked-list implementation with horrible performance, which
can cause joins to take a few minutes on popular channels.

Therefore Switch to libstdc++ which uses a much more performant hashmap.
ZNC by itself is already rather large, so the added footprint of
libstd++ vs uclibc++ does not matter that much anyway.

Should fix #11778.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2014-11-21 13:30:07 +01:00
admin monit: update to 5.10 2014-11-13 21:04:45 +01:00
devel gcc: work around wrongly detected sys/sdt.h header. 2014-10-23 16:44:49 +02:00
ipv6 Merge branch 'master' into license-updates 2014-08-10 01:09:06 -07:00
lang php5: upgrade to 5.4.35 2014-11-19 21:18:19 +01:00
libs sqlite3: update to 3.8.7.1 2014-11-13 22:00:22 +01:00
mail Merge pull request #537 from dibdot/master 2014-11-12 17:01:36 -05:00
multimedia Merge pull request #475 from antonlacon/minidlna-1.1.x 2014-11-18 08:02:28 +01:00
net znc: link to libstdc++ to fix performance issues on channel join 2014-11-21 13:30:07 +01:00
sound sox: update ffmpeg patches for 2.4.x (deprecated functions), add myself as pkg maintainer 2014-11-01 20:00:06 -04:00
utils Merge pull request #552 from dibdot/master 2014-11-18 19:49:36 +01:00
CONTRIBUTING.md Fix a typo in CONTRIBUTING.md text 2014-08-19 02:11:20 -03: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.