summaryrefslogtreecommitdiffstats
diff options
authorMcgrof <anonymous.contributor@example.org>2014-11-17 23:11:49 +0000
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2024-10-04 15:47:33 -0400
commit0ef0262130a79e3710b62d33fd8c9a5ef8382e4e (patch)
tree2d8fb4df1f9375d5733a5c226c0e1581e4f50717
parent0a81956a2ff113b1611819a8e82056d857cd617a (diff)
downloadbackports-0ef0262130a79e3710b62d33fd8c9a5ef8382e4e.tar.gz
Update Documentation/integration
-rw-r--r--wiki/Documentation_integration.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/Documentation_integration.mediawiki b/wiki/Documentation_integration.mediawiki
index 2eb3485..5ad13ee 100644
--- a/wiki/Documentation_integration.mediawiki
+++ b/wiki/Documentation_integration.mediawiki
@@ -2,7 +2,7 @@
title: Documentation/integration
---
-* [[Documentation/packaging|Backports package releases]]
+Go back --> [[Documentation/|Backports user documentation]]
The backports project first started out by supporting making releases as [[Documentation/packaging|packaged tarballs]] whereby users can compile future versions of device drivers on older versions of Linux. As of tag backports-20141114 (first release branch will be based on origin/linux-3.19.y) backports supports '''kernel integration''' support, this allows to '''atomically''' '''integrate''' future versions of device drivers, apply required patches to backport them, add hooks into kconfig to make them visible and usable, as well as dealing with conflicts with older versions of these same drivers. By supporting kernel integration the backports project can now support enabling use of automatically backported subsystems and drivers on older kernels without requiring modules, everything can be built-in.