diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-07-09 20:52:07 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-07-09 20:52:07 +0000 |
commit | 069777f640904aaa4800712d3221d83e5436c918 (patch) | |
tree | 830f8e87c4eea0ee8efe2679a09d1b0c1e738ab3 /target/linux/generic/PATCHES | |
parent | 4c0279ac47567f3f2328ab61ee6c4b409bc15930 (diff) | |
download | upstream-069777f640904aaa4800712d3221d83e5436c918.tar.gz upstream-069777f640904aaa4800712d3221d83e5436c918.tar.bz2 upstream-069777f640904aaa4800712d3221d83e5436c918.zip |
kernel: update PATCHES with a stricter policy
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37216 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/PATCHES')
-rw-r--r-- | target/linux/generic/PATCHES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/generic/PATCHES b/target/linux/generic/PATCHES index 34608188d5..86ced46804 100644 --- a/target/linux/generic/PATCHES +++ b/target/linux/generic/PATCHES @@ -13,3 +13,8 @@ and sorted into the following categories: 8xx - other drivers 9xx - uncategorized other patches +ALL patches must be in a way that they are potentially upstreamable, meaning: + +- they must contain a proper subject +- they must contain a proper commit message explaining what they change +- they must contain a valid Signed-off-by line |