Community maintained packages for difos.
Find a file
Andreas Rohner 19f3a40fae Fix bug in git-daemon
The git-daemon command currently doesn't work and displays the following
error whenever a repository is cloned:

error: cannot run daemon: No such file or directory
[10920] unable to fork

On the client side the connection is simply terminated. The problem is,
that git-daemon tries to start a new instance of itself for every
new client that is connecting. It expects argv[0] to contain
"git-daemon", but since it is converted into a builtin command, argv[0]
only contains "daemon", which does not exist and causes the above error.
The fix simply prepends "git" to the list of arguments, so that the
resulting call looks something like "git daemon --serve ..."

Signed-off-by: Andreas Rohner <andreas.rohner@gmx.net>
2014-09-03 02:14:53 +02:00
admin muninlite: Fix PKG_LICENSE information 2014-08-14 01:04:12 +01:00
devel Merge pull request #194 from bk138/gcc-signed-off 2014-08-12 17:25:44 +02:00
ipv6 Merge branch 'master' into license-updates 2014-08-10 01:09:06 -07:00
lang Merge pull request #256 from roger-/micropython-lib 2014-08-29 11:56:37 +02:00
libs gnutls: set USE_MIPS16 to zero 2014-08-30 23:33:26 +02:00
mail mailsend: import command-line mail sender. Use v1.17b15 for correct IPv4/6 support 2014-08-21 15:52:39 -04:00
multimedia ffmpeg: update to 2.3.3 2014-08-30 01:23:46 -07:00
net Fix bug in git-daemon 2014-09-03 02:14:53 +02:00
sound mpd: disable Opus codec support 2014-08-28 10:01:58 +02:00
utils add tracertools package 2014-08-25 22:35:26 +02: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.