Merge pull request #39 from heil/master
[feed/packages.git] / README
1 * Description *
2
3 This is the OpenWrt "packages"-feed containing community-maintained packages.
4
5
6 * Usage *
7
8 This feed is enabled by default. To install all its package definitions:
9
10 Run: ./scripts/feeds update packages
11 Run: ./scripts/feeds install -a -p packages
12
13
14 * Package Guidelines *
15
16 Please make sure that all packages you commit or request to pull:
17 * Package a version which is still maintained by the upstream author.
18 * Have yourself or another person listed in the (PKG_)MAINTAINER field.
19 * Will be updated regularly to maintained and supported versions.
20
21 Please sign-off your commits / pull requests to this repository. See:
22 https://dev.openwrt.org/wiki/SubmittingPatches#a10.Signyourwork
23