b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | The patches-* subdirectories contain the kernel patches applied for every |
| 2 | OpenWrt target. All patches should be named 'NNN-lowercase_shortname.patch' |
| 3 | and sorted into the following categories: |
| 4 | |
| 5 | 0xx - upstream backports |
| 6 | 1xx - code awaiting upstream merge |
| 7 | 2xx - kernel build / config / header patches |
| 8 | 3xx - architecture specific patches |
| 9 | 4xx - mtd related patches (subsystem and drivers) |
| 10 | 5xx - filesystem related patches |
| 11 | 6xx - generic network patches |
| 12 | 7xx - network / phy driver patches |
| 13 | 8xx - other drivers |
| 14 | 9xx - uncategorized other patches |
| 15 | |
| 16 | ALL patches must be in a way that they are potentially upstreamable, meaning: |
| 17 | |
| 18 | - they must contain a proper subject |
| 19 | - they must contain a proper commit message explaining what they change |
| 20 | - they must contain a valid Signed-off-by line |