haproxy: fixes from upstream
[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 * Have no dependencies outside the openwrt core packages or this feed.
21
22 Please sign-off your commits / pull requests to this repository. See:
23 https://dev.openwrt.org/wiki/SubmittingPatches#a10.Signyourwork
24