Community maintained packages for difos.
Find a file
Jonas Gorski 1f5741a773 README: point to our own copy of the SOB requirement
Explains it in a bit more detail.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2014-06-13 13:20:51 +02:00
admin monit: increase PKG_RELEASE 2014-06-12 08:14:56 +02:00
lang luaposix: bump to v32 2014-06-11 10:05:59 +02:00
libs Add libuecc, a very small Elliptic Curve Cryptography library 2014-06-12 15:12:38 +02:00
multimedia/xupnpd xupnpd: Import r398 from packages and update to r399. 2014-06-11 00:33:55 +02:00
net Merge pull request #14 from NeoRaider/master 2014-06-13 10:49:32 +02:00
utils zip: don't link libbz2 even if its there 2014-06-13 10:43:10 +02:00
README README: point to our own copy of the SOB requirement 2014-06-13 13:20:51 +02:00

* Description *

This is an OpenWrt package feed containing community-maintained packages.


* Usage *

Replace the feeds.conf entry for packages with:
  src-git packages git://github.com/openwrt/packages.git

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. 

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