X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2FPATCHES;h=86ced468048680cccbf7e8b4cdffd0a7607b2162;hb=069777f640904aaa4800712d3221d83e5436c918;hp=d741a73cbb87445f3ba08903c24a5d126fc825fc;hpb=a0559785226c7d84cf34686c0d5be8f4e15fdfe6;p=openwrt-github%2F.git diff --git a/target/linux/generic/PATCHES b/target/linux/generic/PATCHES index d741a73cbb..86ced46804 100644 --- a/target/linux/generic/PATCHES +++ b/target/linux/generic/PATCHES @@ -2,7 +2,7 @@ The patches-* subdirectories contain the kernel patches applied for every OpenWrt target. All patches should be named 'NNN-lowercase_shortname.patch' and sorted into the following categories: -0xx - upstream backports: +0xx - upstream backports 1xx - code awaiting upstream merge 2xx - kernel build / config / header patches 3xx - architecture specific 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