Go to file
Catalin Patulea 99c6c3d830 openssh: strip openssh-sftp-server dependencies, notably openssl
openssh-sftp-server is actually a tiny binary that has nearly no dependencies:
$ mips-openwrt-linux-objdump -x sftp-server | grep NEEDED
  NEEDED               libgcc_s.so.1
  NEEDED               libc.so.0

Stripping its DEPENDS allows building a system with SFTP support, without
pulling in OpenSSL.
2014-06-16 21:29:56 -04:00
admin Import debootstrap 2014-06-13 16:43:43 +02:00
devel/patch import GNU patch version 2.7.1 2014-06-16 02:01:28 -07:00
lang luai2c: import from packages 2014-06-16 17:04:06 +02:00
libs add engine_pkcs11 2014-06-17 01:51:37 +02:00
mail/dovecot dovecot: import from packages 2014-06-16 11:54:42 +02:00
multimedia/xupnpd xupnpd: Import r398 from packages and update to r399. 2014-06-11 00:33:55 +02:00
net openssh: strip openssh-sftp-server dependencies, notably openssl 2014-06-16 21:29:56 -04:00
sound/pulseaudio pulseaudio: import from packages 2014-06-16 11:54:42 +02:00
utils add OpenSC package 2014-06-17 01:50:13 +02:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README Update README 2014-06-15 09:02:58 +02:00

README

* 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. 

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