Linux 3.2.26 Kernel Modifications - Numbered Patch Series
=========================================================

This package contains Linux kernel modifications split into numbered
patches by component/feature for easier review and application.

Files:
- patches/001-*.patch through NNN-*.patch : Individual component patches
- series                                  : Patch application order
- kernel-config                          : Kernel configuration

Usage:
1. wget https://cdn.kernel.org/pub/linux/kernel/v3.x/linux-3.2.26.tar.xz
2. tar -xf linux-3.2.26.tar.xz && cd linux-3.2.26
3. Apply patches in order:
   for patch in ../patches/*.patch; do patch -p1 < "$patch"; done
4. cp ../kernel-config .config && make oldconfig && make

License: GPL v2
