Linux Kernel GPL Source Distribution
====================================

This archive contains the Linux kernel source code and patches
as required by the GNU General Public License (GPL).

Contents:
- linux/     - Complete Linux kernel source tree
- patches/   - Additional patches applied to the kernel
- README     - This file

The kernel source is distributed under the terms of the GNU GPL v2.
See linux/COPYING for the full license text.

To build the kernel:
1. Extract the source: tar -xzf linux-kernel-gpl-sources.tar.gz
2. Configure: make menuconfig (or use provided .config)
3. Build: make

For questions about this GPL source distribution, please refer to
the original vendor documentation.
