openwrt-packages/README

25 lines
783 B
Plaintext
Raw Normal View History

2014-06-03 12:33:11 +02:00
* Description *
2014-06-15 09:02:58 +02:00
This is the OpenWrt "packages"-feed containing community-maintained packages.
2014-06-03 12:33:11 +02:00
* Usage *
2014-06-01 11:05:20 +02:00
2014-06-15 09:02:58 +02:00
This feed is enabled by default. To install all its package definitions:
2014-06-11 11:01:04 +02:00
2014-06-01 11:05:20 +02:00
Run: ./scripts/feeds update packages
2014-06-11 11:01:04 +02:00
Run: ./scripts/feeds install -a -p packages
2014-06-03 12:33:11 +02:00
2014-06-01 11:05:20 +02:00
2014-06-03 12:33:11 +02:00
* 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.
2014-06-03 13:54:40 +02:00
* Have yourself or another person listed in the (PKG_)MAINTAINER field.
2014-06-03 12:40:16 +02:00
* 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