kernel: Reorder generic configuration
[openwrt/staging/dedeckeh.git] / target / linux / generic / PATCHES
index d741a73cbb87445f3ba08903c24a5d126fc825fc..86ced468048680cccbf7e8b4cdffd0a7607b2162 100644 (file)
@@ -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