Community maintained packages for difos.
Find a file
Marcel Denia a1993737aa lang/perl: Make I8/I16/I32 types explicitly signed for ARM
Type signedness is undefined for char. char may actually be unsigned for
some CPUs.
This fixes various bugs on ARM, for example negative array indices.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-22 16:18:46 +02:00
admin muninlite: Import from oldpackages, add myself as maintainer 2014-07-07 23:45:26 +01:00
devel/patch patch: --disable-xattr (v2) 2014-06-30 22:43:30 +02:00
ipv6 Merge pull request #50 from oskar456/aiccu 2014-06-23 18:52:49 +02:00
lang lang/perl: Make I8/I16/I32 types explicitly signed for ARM 2014-07-22 16:18:46 +02:00
libs libxslt: import from oldpackages 2014-07-19 16:20:05 +02:00
mail/dovecot dovecot: import from packages 2014-06-16 11:54:42 +02:00
multimedia shairport: Update config and init scripts, fix build, remove libao dependency, add myself as pkg maintainer 2014-07-16 15:33:11 -04:00
net znc: update to 1.4 2014-07-19 17:20:36 +02:00
sound mpd: force zeroconf to no 2014-07-17 17:49:53 +01:00
utils Merge pull request #104 from stblassitude/master 2014-07-19 12:55:42 +02:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README Add no-outside-dependency guideline 2014-06-23 18:59:59 +02:00

* 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

 
* Package Guidelines *

Please make sure that all packages you commit or request to pull:
	* Package a version which is still maintained by the upstream author.
        * Have yourself or another person listed in the (PKG_)MAINTAINER field.
	* Will be updated regularly to maintained and supported versions. 
	* Have no dependencies outside the openwrt core packages or this feed.

Please sign-off your commits / pull requests to this repository. See:
https://dev.openwrt.org/wiki/SubmittingPatches#a10.Signyourwork