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 | a0559785226c7d84cf34686c0d5be8f4e15fdfe6 (patch) | |
tree | 7d933b763c44fbf6fb379fc7892124f2b587e517 /target | |
parent | f88701b528be7f715cfa3939d511719f89dc40b4 (diff) | |
download | master-187ad058-a0559785226c7d84cf34686c0d5be8f4e15fdfe6.tar.gz master-187ad058-a0559785226c7d84cf34686c0d5be8f4e15fdfe6.tar.bz2 master-187ad058-a0559785226c7d84cf34686c0d5be8f4e15fdfe6.zip |
kernel: add a PATCHES text file describing the new patch categories
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26689 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 + |