Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:custom_kernel [2013/03/04 20:46] – kernel and tc patch links aus9 | wiki:custom_kernel [2019/04/14 11:48] (current) – TomyTurbos | ||
---|---|---|---|
Line 11: | Line 11: | ||
The TC patches and other related files for the standard TC kernel are available at | The TC patches and other related files for the standard TC kernel are available at | ||
| | ||
- | http:// | + | http:// |
- | + | ||
- | In the future, substitute a newer version | + | |
The process to create a custom kernel could in short be described as: | The process to create a custom kernel could in short be described as: | ||
Line 21: | Line 19: | ||
- Unpack the linux sources and cd into the top level directory of the source package | - Unpack the linux sources and cd into the top level directory of the source package | ||
- Apply the patches using (in most cases) "patch -p1 < patchfile" | - Apply the patches using (in most cases) "patch -p1 < patchfile" | ||
+ | - NOTE: "patch -p1 < patchfile" | ||
- Move the kernel config file from the standard TC kernel into the same directory and rename it to " | - Move the kernel config file from the standard TC kernel into the same directory and rename it to " | ||
- Do "make oldconfig" | - Do "make oldconfig" |