diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-16 18:30:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-16 18:30:51 +0000 |
commit | 4a6e01fa38b1db676649047e7f1e3febd5e91b6d (patch) | |
tree | 0992b812c362336bb61b248ff4470657c85bfd3d | |
parent | 2066c21c920245489729bba8ec866e74e72f52e1 (diff) | |
download | upstream-4a6e01fa38b1db676649047e7f1e3febd5e91b6d.tar.gz upstream-4a6e01fa38b1db676649047e7f1e3febd5e91b6d.tar.bz2 upstream-4a6e01fa38b1db676649047e7f1e3febd5e91b6d.zip |
kernel: add a PATCHES text file describing the new patch categories
SVN-Revision: 26689
-rw-r--r-- | target/linux/generic/PATCHES | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/generic/PATCHES b/target/linux/generic/PATCHES new file mode 100644 index 0000000000..d741a73cbb --- /dev/null +++ b/target/linux/generic/PATCHES @@ -0,0 +1,15 @@ +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: +1xx - code awaiting upstream merge +2xx - kernel build / config / header patches +3xx - architecture specific patches +4xx - mtd related patches (subsystem and drivers) +5xx - filesystem related patches +6xx - generic network patches +7xx - network / phy driver patches +8xx - other drivers +9xx - uncategorized other patches + |