Community maintained packages for difos.
Find a file
Alexandru Ardelean d16d96f52d openvswitch: fix build for gcc versions below 4.9
Seems that while fixing the build for GCC 4.9
I broke the build for GCC 4.8, because that KCFLAG I added
causes a build error (since it's not recognized).

The fix is to add KCFLAG only when GCC 4.9 is used.

OpenVSwitch now builds successfully with GCC 4.8 and 4.9.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-30 10:33:58 +02:00
admin generic userid: use the new USERID api 2014-10-08 03:45:30 +02: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 New python-dns package 2014-10-26 01:38:03 +03:00
libs db47: Drop -full variant and integrate it into the normal one 2014-10-29 18:25:53 +01:00
mail Merge pull request #473 from Shulyaka/mailman 2014-10-28 08:05:38 +01:00
multimedia ffmpeg: Upgrade to 2.4.2. Supress libffmpeg-custom when ALL selected 2014-10-29 12:47:59 -04:00
net openvswitch: fix build for gcc versions below 4.9 2014-10-30 10:33:58 +02:00
sound add espeak, a compact open source software speech synthesizer 2014-10-25 09:40:56 +02:00
utils collectd: unbreak collectd-mod-sensors 2014-10-29 21:58:09 +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.