Browse Source

Add no-outside-dependency guideline

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 years ago
parent
commit
f36eafce64
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README

+ 1
- 0
README View File

@@ -17,6 +17,7 @@ Please make sure that all packages you commit or request to pull:
17 17
 	* Package a version which is still maintained by the upstream author.
18 18
         * Have yourself or another person listed in the (PKG_)MAINTAINER field.
19 19
 	* Will be updated regularly to maintained and supported versions. 
20
+	* Have no dependencies outside the openwrt core packages or this feed.
20 21
 
21 22
 Please sign-off your commits / pull requests to this repository. See:
22 23
 https://dev.openwrt.org/wiki/SubmittingPatches#a10.Signyourwork